#55813B

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

Shades of Fern Green #55813B

Tints of Fern Green #55813B

Color information

#55813B (or 0x55813B) is unknown color: approx Fern Green. HEX triplet: 55, 81 and 3B. RGB value is (85,129,59). Sum of RGB (Red+Green+Blue) = 85+129+59=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #55813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55813B is #AA7EC4. Grayscale: #6C6C6C. Windows color (decimal): -11173573 or 3899733. OLE color: 3899733.

HSL color Cylindrical-coordinate representation of color #55813B: hue angle of 97.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55813B is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB8512959-
CMYK0.3400.540.49
HSL97.71º37.23%36.86%-
HSV(B)97.71º54.26%50.59%-
XYZ12.3917.956.95-
YUV107.86100.42111.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 129 (50.78% from 255) = 47.25%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=31.14%
G=47.25%
B=21.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129590.3400.540.4997.7137.2336.86
Hex55813B2203631622525
Octal1252017342066611424545
Binary10101011000000111101110001001101101100011100010100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55813B; }

 p { color: rgb(85,129,59); }

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

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

 a { background-color: rgb(85,129,59); }

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

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

 span { border-color: rgb(85,129,59); }

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