#557618

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

Shades of Green Leaf #557618

Tints of Green Leaf #557618

Color information

#557618 (or 0x557618) is unknown color: approx Green Leaf. HEX triplet: 55, 76 and 18. RGB value is (85,118,24). Sum of RGB (Red+Green+Blue) = 85+118+24=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #557618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557618 is #AA89E7. Grayscale: #616161. Windows color (decimal): -11176424 or 1603157. OLE color: 1603157.

HSL color Cylindrical-coordinate representation of color #557618: hue angle of 81.06º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #557618 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB8511824-
CMYK0.2800.800.54
HSL81.06º66.2%27.84%-
HSV(B)81.06º79.66%46.27%-
XYZ10.3914.953.2-
YUV97.4286.57119.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=37.44%
G=51.98%
B=10.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118240.2800.800.5481.0666.227.84
Hex5576181C0503651421c
Octal125166303401206612110234
Binary101010111101101100011100010100001101101010001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557618; }

 p { color: rgb(85,118,24); }

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

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

 a { background-color: rgb(85,118,24); }

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

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

 span { border-color: rgb(85,118,24); }

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