Html Css Color HEX #557220 Green Leaf

📋 copy color: '#557220'

red 85 ◦ green 114 ◦ blue 32

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

Shades of Green Leaf #557220

Tints of Green Leaf #557220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 36.8%
G = 49.35%
B = 13.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#557220 (or 0x557220) is known color: Green Leaf. HEX triplet: 55, 72 and 20. RGB value is (85,114,32). Sum of RGB (Red+Green+Blue) = 85+114+32=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #557220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557220 is #AA8DDF. Grayscale: #606060. Windows color (decimal): -11177440 or 2126421. OLE color: 2126421.

HSL color Cylindrical-coordinate representation of color #557220: hue angle of 81.22º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #557220 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 32 -
CMYK 0.25 0 0.72 0.55
HSL 81.22º 0.56% 0.29% -
HSV(B) 81.22º 0.72% 0.45% -
XYZ 10.02 14.07 3.55 -
YUV 95.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 85 114 32 0.25 0 0.72 0.55 81.22 0.56 0.29
Hex 55 72 20 19 0 48 37 51 38 1D
Octal 125 162 40 31 0 110 67 121 70 35
Binary 1010101 1110010 100000 11001 0 1001000 110111 1010001 111000 11101

Color Harmonies of #557220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557220

Black with #557220

Text Example


Text Example

White with #557220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557220; }

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

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

background-color css

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

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

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

border-color css

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

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

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