#557D28

Color #557D28 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #557D28

Tints of Green Leaf #557D28

Color information

#557D28 (or 0x557D28) is unknown color: approx Green Leaf. HEX triplet: 55, 7D and 28. RGB value is (85,125,40). Sum of RGB (Red+Green+Blue) = 85+125+40=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #557D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557D28 is #AA82D7. Grayscale: #676767. Windows color (decimal): -11174616 or 2653525. OLE color: 2653525.

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

Color convert

RGB8512540-
CMYK0.3200.680.51
HSL88.24º51.52%32.35%-
HSV(B)88.24º68%49.02%-
XYZ11.4616.754.64-
YUV103.3592.25114.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 125 (49.22% from 255) = 50%
BLUE value IS 40 (16.02% from 255) = 16%
R=34%
G=50%
B=16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85125400.3200.680.5188.2451.5232.35
Hex557D282004433583420
Octal12517550400104631306440
Binary10101011111101101000100000010001001100111011000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #557D28;
 }
 .AnyTagClassName
 {
   color: #557D28;
 }
</style>
background-color css

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

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

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

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

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

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