#557928

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

Shades of Green Leaf #557928

Tints of Green Leaf #557928

Color information

#557928 (or 0x557928) is unknown color: approx Green Leaf. HEX triplet: 55, 79 and 28. RGB value is (85,121,40). Sum of RGB (Red+Green+Blue) = 85+121+40=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #557928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557928 is #AA86D7. Grayscale: #656565. Windows color (decimal): -11175640 or 2652501. OLE color: 2652501.

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

Color convert

RGB8512140-
CMYK0.3000.670.53
HSL86.67º50.31%31.57%-
HSV(B)86.67º66.94%47.45%-
XYZ10.9715.764.47-
YUV10193.57116.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.55%
GREEN value IS 121 (47.66% from 255) = 49.19%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=34.55%
G=49.19%
B=16.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121400.3000.670.5386.6750.3131.57
Hex5579281E04335573220
Octal12517150360103651276240
Binary1010101111100110100011110010000111101011010111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557928; }

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

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

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

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

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

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

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

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