Html Css Color HEX #55722F Green Leaf

📋 copy color: '#55722F'

red 85 ◦ green 114 ◦ blue 47

#55722F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #55722F

Tints of Green Leaf #55722F

RGB

 RED value IS 85 (33.59% from 255) = 34.55%

 GREEN value IS 114 (44.92% from 255) = 46.34%

 BLUE value IS 47 (18.75% from 255) = 19.11%

R = 34.55%
G = 46.34%
B = 19.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55722F (or 0x55722F) is known color: Green Leaf. HEX triplet: 55, 72 and 2F. RGB value is (85,114,47). Sum of RGB (Red+Green+Blue) = 85+114+47=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #55722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55722F is #AA8DD0. Grayscale: #616161. Windows color (decimal): -11177425 or 3109461. OLE color: 3109461.

HSL color Cylindrical-coordinate representation of color #55722F: hue angle of 85.97º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55722F is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 47 -
CMYK 0.25 0 0.59 0.55
HSL 85.97º 0.42% 0.32% -
HSV(B) 85.97º 0.59% 0.45% -
XYZ 10.28 14.17 4.88 -
YUV 97.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 85 114 47 0.25 0 0.59 0.55 85.97 0.42 0.32
Hex 55 72 2F 19 0 3B 37 56 2A 20
Octal 125 162 57 31 0 73 67 126 52 40
Binary 1010101 1110010 101111 11001 0 111011 110111 1010110 101010 100000

Color Harmonies of #55722F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55722F

Black with #55722F

Text Example


Text Example

White with #55722F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55722F; }

 p { color: rgb(85,114,47); }

 H1.HeaderClassName
 {
   color: #55722F;
 }
 .AnyTagClassName
 {
   color: #55722F;
 }
</style>

background-color css

<style>
 a { background-color: #55722F; }

 a { background-color: rgb(85,114,47); }

 div.DivClassName
 {
   background-color: #55722F;
 }
 .BgClassName
 {
   background-color: #55722F;
 }
</style>

border-color css

<style>
 span { border-color: #55722F; }

 span { border-color: rgb(85,114,47); }

 td.TdClassName
 {
   border-color: #55722F;
 }
 .TagClassName
 {
   border-color: #55722F;
 }
</style>