#557328

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

Shades of Green Leaf #557328

Tints of Green Leaf #557328

Color information

#557328 (or 0x557328) is unknown color: approx Green Leaf. HEX triplet: 55, 73 and 28. RGB value is (85,115,40). Sum of RGB (Red+Green+Blue) = 85+115+40=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #557328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557328 is #AA8CD7. Grayscale: #616161. Windows color (decimal): -11177176 or 2650965. OLE color: 2650965.

HSL color Cylindrical-coordinate representation of color #557328: hue angle of 84º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557328 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB8511540-
CMYK0.2600.650.55
HSL84º48.39%30.39%-
HSV(B)84º65.22%45.1%-
XYZ10.2614.354.24-
YUV97.4895.56119.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=35.42%
G=47.92%
B=16.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115400.2600.650.558448.3930.39
Hex5573281A0413754301e
Octal12516350320101671246036
Binary101010111100111010001101001000001110111101010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557328; }

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

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

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

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

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

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

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

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