Html Css Color HEX #557621 Green Leaf

📋 copy color: '#557621'

red 85 ◦ green 118 ◦ blue 33

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

Shades of Green Leaf #557621

Tints of Green Leaf #557621

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50%

 BLUE value IS 33 (13.28% from 255) = 13.98%

R = 36.02%
G = 50%
B = 13.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#557621 (or 0x557621) is known color: Green Leaf. HEX triplet: 55, 76 and 21. RGB value is (85,118,33). Sum of RGB (Red+Green+Blue) = 85+118+33=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #557621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557621 is #AA89DE. Grayscale: #626262. Windows color (decimal): -11176415 or 2192981. OLE color: 2192981.

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

Color convert

RGB 85 118 33 -
CMYK 0.28 0 0.72 0.54
HSL 83.29º 0.56% 0.3% -
HSV(B) 83.29º 0.72% 0.46% -
XYZ 10.5 15 3.78 -
YUV 98.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 85 118 33 0.28 0 0.72 0.54 83.29 0.56 0.3
Hex 55 76 21 1C 0 48 36 53 38 1E
Octal 125 166 41 34 0 110 66 123 70 36
Binary 1010101 1110110 100001 11100 0 1001000 110110 1010011 111000 11110

Color Harmonies of #557621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557621

Black with #557621

Text Example


Text Example

White with #557621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557621; }

 p { color: rgb(85,118,33); }

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

background-color css

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

 a { background-color: rgb(85,118,33); }

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

border-color css

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

 span { border-color: rgb(85,118,33); }

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