#557519

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

Shades of Green Leaf #557519

Tints of Green Leaf #557519

Color information

#557519 (or 0x557519) is unknown color: approx Green Leaf. HEX triplet: 55, 75 and 19. RGB value is (85,117,25). Sum of RGB (Red+Green+Blue) = 85+117+25=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #557519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557519 is #AA8AE6. Grayscale: #616161. Windows color (decimal): -11176679 or 1668437. OLE color: 1668437.

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

Color convert

RGB8511725-
CMYK0.2700.790.54
HSL80.87º64.79%27.84%-
HSV(B)80.87º78.63%45.88%-
XYZ10.2814.723.22-
YUV96.9487.4119.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 117 (46.09% from 255) = 51.54%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=37.44%
G=51.54%
B=11.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117250.2700.790.5480.8764.7927.84
Hex5575191B04F3651411c
Octal125165313301176612110134
Binary101010111101011100111011010011111101101010001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557519; }

 p { color: rgb(85,117,25); }

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

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

 a { background-color: rgb(85,117,25); }

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

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

 span { border-color: rgb(85,117,25); }

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