Html Css Color HEX #557120 Green Leaf

📋 copy color: '#557120'

red 85 ◦ green 113 ◦ blue 32

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

Shades of Green Leaf #557120

Tints of Green Leaf #557120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.13%

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

R = 36.96%
G = 49.13%
B = 13.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#557120 (or 0x557120) is known color: Green Leaf. HEX triplet: 55, 71 and 20. RGB value is (85,113,32). Sum of RGB (Red+Green+Blue) = 85+113+32=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #557120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557120 is #AA8EDF. Grayscale: #5F5F5F. Windows color (decimal): -11177696 or 2126165. OLE color: 2126165.

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

Color convert

RGB 85 113 32 -
CMYK 0.25 0 0.72 0.56
HSL 80.74º 0.56% 0.28% -
HSV(B) 80.74º 0.72% 0.44% -
XYZ 9.91 13.85 3.52 -
YUV 95.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 85 113 32 0.25 0 0.72 0.56 80.74 0.56 0.28
Hex 55 71 20 19 0 48 38 51 38 1C
Octal 125 161 40 31 0 110 70 121 70 34
Binary 1010101 1110001 100000 11001 0 1001000 111000 1010001 111000 11100

Color Harmonies of #557120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557120

Black with #557120

Text Example


Text Example

White with #557120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557120; }

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

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

background-color css

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

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

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

border-color css

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

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

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