#557628

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

Shades of Green Leaf #557628

Tints of Green Leaf #557628

Color information

#557628 (or 0x557628) is unknown color: approx Green Leaf. HEX triplet: 55, 76 and 28. RGB value is (85,118,40). Sum of RGB (Red+Green+Blue) = 85+118+40=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #557628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557628 is #AA89D7. Grayscale: #636363. Windows color (decimal): -11176408 or 2651733. OLE color: 2651733.

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

Color convert

RGB8511840-
CMYK0.2800.660.54
HSL85.38º49.37%30.98%-
HSV(B)85.38º66.1%46.27%-
XYZ10.6115.044.35-
YUV99.2494.57117.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=34.98%
G=48.56%
B=16.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118400.2800.660.5485.3849.3730.98
Hex5576281C0423655311f
Octal12516650340102661256137
Binary101010111101101010001110001000010110110101010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557628; }

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

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

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

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

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

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

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

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