Html Css Color HEX #557021 Green Leaf

📋 copy color: '#557021'

red 85 ◦ green 112 ◦ blue 33

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

Shades of Green Leaf #557021

Tints of Green Leaf #557021

RGB

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

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

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

R = 36.96%
G = 48.7%
B = 14.35%

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

#557021 (or 0x557021) is known color: Green Leaf. HEX triplet: 55, 70 and 21. RGB value is (85,112,33). Sum of RGB (Red+Green+Blue) = 85+112+33=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #557021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557021 is #AA8FDE. Grayscale: #5F5F5F. Windows color (decimal): -11177951 or 2191445. OLE color: 2191445.

HSL color Cylindrical-coordinate representation of color #557021: hue angle of 80.51º degrees, saturation: 0.54, 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 #557021 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 112 33 -
CMYK 0.24 0 0.71 0.56
HSL 80.51º 0.54% 0.28% -
HSV(B) 80.51º 0.71% 0.44% -
XYZ 9.81 13.63 3.55 -
YUV 94.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 85 112 33 0.24 0 0.71 0.56 80.51 0.54 0.28
Hex 55 70 21 18 0 47 38 51 36 1C
Octal 125 160 41 30 0 107 70 121 66 34
Binary 1010101 1110000 100001 11000 0 1000111 111000 1010001 110110 11100

Color Harmonies of #557021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557021

Black with #557021

Text Example


Text Example

White with #557021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557021; }

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

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

background-color css

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

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

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

border-color css

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

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

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