#557b18

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

Shades of Green Leaf #557B18

Tints of Green Leaf #557B18

Color information

#557B18 (or 0x557B18) is unknown color: approx Green Leaf. HEX triplet: 55, 7B and 18. RGB value is (85,123,24). Sum of RGB (Red+Green+Blue) = 85+123+24=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #557B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557B18 is #AA84E7. Grayscale: #646464. Windows color (decimal): -11175144 or 1604437. OLE color: 1604437.

HSL color Cylindrical-coordinate representation of color #557B18: hue angle of 83.03º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #557B18 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB8512324-
CMYK0.3100.800.52
HSL83.03º67.35%28.82%-
HSV(B)83.03º80.49%48.24%-
XYZ10.9916.163.4-
YUV100.3584.91117.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 123 (48.44% from 255) = 53.02%
BLUE value IS 24 (9.77% from 255) = 10.34%
R=36.64%
G=53.02%
B=10.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123240.3100.800.5283.0367.3528.82
Hex557B181F0503453431d
Octal125173303701206412310335
Binary101010111110111100011111010100001101001010011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557b18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557b18; }

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

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

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

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

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

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

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

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