#557828

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

Shades of Green Leaf #557828

Tints of Green Leaf #557828

Color information

#557828 (or 0x557828) is unknown color: approx Green Leaf. HEX triplet: 55, 78 and 28. RGB value is (85,120,40). Sum of RGB (Red+Green+Blue) = 85+120+40=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #557828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557828 is #AA87D7. Grayscale: #646464. Windows color (decimal): -11175896 or 2652245. OLE color: 2652245.

HSL color Cylindrical-coordinate representation of color #557828: hue angle of 86.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #557828 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB8512040-
CMYK0.2900.670.53
HSL86.25º50%31.37%-
HSV(B)86.25º66.67%47.06%-
XYZ10.8515.524.43-
YUV100.4293.9117-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=34.69%
G=48.98%
B=16.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120400.2900.670.5386.255031.37
Hex5578281D0433556321f
Octal12517050350103651266237
Binary101010111110001010001110101000011110101101011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557828; }

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

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

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

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

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

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

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

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