Html Css Color HEX #55772F Green Leaf

📋 copy color: '#55772F'

red 85 ◦ green 119 ◦ blue 47

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

Shades of Green Leaf #55772F

Tints of Green Leaf #55772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.41%

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

R = 33.86%
G = 47.41%
B = 18.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#55772F (or 0x55772F) is known color: Green Leaf. HEX triplet: 55, 77 and 2F. RGB value is (85,119,47). Sum of RGB (Red+Green+Blue) = 85+119+47=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #55772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55772F is #AA88D0. Grayscale: #646464. Windows color (decimal): -11176145 or 3110741. OLE color: 3110741.

HSL color Cylindrical-coordinate representation of color #55772F: hue angle of 88.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55772F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 47 -
CMYK 0.29 0 0.61 0.53
HSL 88.33º 0.43% 0.33% -
HSV(B) 88.33º 0.61% 0.47% -
XYZ 10.86 15.33 5.08 -
YUV 100.63 97.74 116.85 -
System Red Green Blue C M Y K H S L
Decimal 85 119 47 0.29 0 0.61 0.53 88.33 0.43 0.33
Hex 55 77 2F 1D 0 3D 35 58 2B 21
Octal 125 167 57 35 0 75 65 130 53 41
Binary 1010101 1110111 101111 11101 0 111101 110101 1011000 101011 100001

Color Harmonies of #55772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55772F

Black with #55772F

Text Example


Text Example

White with #55772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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