#557B1C

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

Shades of Green Leaf #557B1C

Tints of Green Leaf #557B1C

Color information

#557B1C (or 0x557B1C) is unknown color: approx Green Leaf. HEX triplet: 55, 7B and 1C. RGB value is (85,123,28). Sum of RGB (Red+Green+Blue) = 85+123+28=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #557B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B1C is #AA84E3. Grayscale: #656565. Windows color (decimal): -11175140 or 1866581. OLE color: 1866581.

HSL color Cylindrical-coordinate representation of color #557B1C: hue angle of 84º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #557B1C is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB8512328-
CMYK0.3100.770.52
HSL84º62.91%29.61%-
HSV(B)84º77.24%48.24%-
XYZ11.0416.183.64-
YUV100.8186.91116.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 123 (48.44% from 255) = 52.12%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=36.02%
G=52.12%
B=11.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123280.3100.770.528462.9129.61
Hex557B1C1F04D34543f1e
Octal12517334370115641247736
Binary10101011111011111001111101001101110100101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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