Html Css Color HEX #557D16 Green Leaf

📋 copy color: '#557D16'

red 85 ◦ green 125 ◦ blue 22

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

Shades of Green Leaf #557D16

Tints of Green Leaf #557D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.88%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 36.64%
G = 53.88%
B = 9.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#557D16 (or 0x557D16) is known color: Green Leaf. HEX triplet: 55, 7D and 16. RGB value is (85,125,22). Sum of RGB (Red+Green+Blue) = 85+125+22=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #557D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557D16 is #AA82E9. Grayscale: #656565. Windows color (decimal): -11174634 or 1473877. OLE color: 1473877.

HSL color Cylindrical-coordinate representation of color #557D16: hue angle of 83.3º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #557D16 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 22 -
CMYK 0.32 0 0.82 0.51
HSL 83.3º 0.7% 0.29% -
HSV(B) 83.3º 0.82% 0.49% -
XYZ 11.22 16.66 3.38 -
YUV 101.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 85 125 22 0.32 0 0.82 0.51 83.3 0.7 0.29
Hex 55 7D 16 20 0 52 33 53 46 1D
Octal 125 175 26 40 0 122 63 123 106 35
Binary 1010101 1111101 10110 100000 0 1010010 110011 1010011 1000110 11101

Color Harmonies of #557D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D16

Black with #557D16

Text Example


Text Example

White with #557D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557D16; }

 p { color: rgb(85,125,22); }

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

background-color css

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

 a { background-color: rgb(85,125,22); }

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

border-color css

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

 span { border-color: rgb(85,125,22); }

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