#557D1C

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

Shades of Green Leaf #557D1C

Tints of Green Leaf #557D1C

Color information

#557D1C (or 0x557D1C) is unknown color: approx Green Leaf. HEX triplet: 55, 7D and 1C. RGB value is (85,125,28). Sum of RGB (Red+Green+Blue) = 85+125+28=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #557D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557D1C is #AA82E3. Grayscale: #666666. Windows color (decimal): -11174628 or 1867093. OLE color: 1867093.

HSL color Cylindrical-coordinate representation of color #557D1C: hue angle of 84.74º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #557D1C is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB8512528-
CMYK0.3200.780.51
HSL84.74º63.4%30%-
HSV(B)84.74º77.6%49.02%-
XYZ11.2916.683.72-
YUV101.9886.25115.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 125 (49.22% from 255) = 52.52%
BLUE value IS 28 (11.33% from 255) = 11.76%
R=35.71%
G=52.52%
B=11.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85125280.3200.780.5184.7463.430
Hex557D1C2004E33553f1e
Octal12517534400116631257736
Binary101010111111011110010000001001110110011101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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