#557625

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

Shades of Green Leaf #557625

Tints of Green Leaf #557625

Color information

#557625 (or 0x557625) is unknown color: approx Green Leaf. HEX triplet: 55, 76 and 25. RGB value is (85,118,37). Sum of RGB (Red+Green+Blue) = 85+118+37=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #557625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557625 is #AA89DA. Grayscale: #636363. Windows color (decimal): -11176411 or 2455125. OLE color: 2455125.

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

Color convert

RGB8511837-
CMYK0.2800.690.54
HSL84.44º52.26%30.39%-
HSV(B)84.44º68.64%46.27%-
XYZ10.5615.024.09-
YUV98.993.07118.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 37 (14.84% from 255) = 15.42%
R=35.42%
G=49.17%
B=15.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118370.2800.690.5484.4452.2630.39
Hex5576251C0453654341e
Octal12516645340105661246436
Binary101010111101101001011110001000101110110101010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557625; }

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

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

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

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

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

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

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

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