Html Css Color HEX #557020 Green Leaf

📋 copy color: '#557020'

red 85 ◦ green 112 ◦ blue 32

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

Shades of Green Leaf #557020

Tints of Green Leaf #557020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

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

R = 37.12%
G = 48.91%
B = 13.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#557020 (or 0x557020) is known color: Green Leaf. HEX triplet: 55, 70 and 20. RGB value is (85,112,32). Sum of RGB (Red+Green+Blue) = 85+112+32=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #557020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557020 is #AA8FDF. Grayscale: #5F5F5F. Windows color (decimal): -11177952 or 2125909. OLE color: 2125909.

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

Color convert

RGB 85 112 32 -
CMYK 0.24 0 0.71 0.56
HSL 80.25º 0.56% 0.28% -
HSV(B) 80.25º 0.71% 0.44% -
XYZ 9.8 13.62 3.48 -
YUV 94.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 85 112 32 0.24 0 0.71 0.56 80.25 0.56 0.28
Hex 55 70 20 18 0 47 38 50 38 1C
Octal 125 160 40 30 0 107 70 120 70 34
Binary 1010101 1110000 100000 11000 0 1000111 111000 1010000 111000 11100

Color Harmonies of #557020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557020

Black with #557020

Text Example


Text Example

White with #557020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557020; }

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

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

background-color css

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

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

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

border-color css

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

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

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