#557B2B

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

Shades of Green Leaf #557B2B

Tints of Green Leaf #557B2B

Color information

#557B2B (or 0x557B2B) is unknown color: approx Green Leaf. HEX triplet: 55, 7B and 2B. RGB value is (85,123,43). Sum of RGB (Red+Green+Blue) = 85+123+43=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #557B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B2B is #AA84D4. Grayscale: #666666. Windows color (decimal): -11175125 or 2849621. OLE color: 2849621.

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

Color convert

RGB8512343-
CMYK0.3100.650.52
HSL88.5º48.19%32.55%-
HSV(B)88.5º65.04%48.24%-
XYZ11.2716.274.83-
YUV102.5294.41115.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 123 (48.44% from 255) = 49.00%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=33.86%
G=49.00%
B=17.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123430.3100.650.5288.548.1932.55
Hex557B2B1F04134583021
Octal12517353370101641306041
Binary1010101111101110101111111010000011101001011000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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