#55913B

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

Shades of Fern Green #55913B

Tints of Fern Green #55913B

Color information

#55913B (or 0x55913B) is unknown color: approx Fern Green. HEX triplet: 55, 91 and 3B. RGB value is (85,145,59). Sum of RGB (Red+Green+Blue) = 85+145+59=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #55913B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55913B is #AA6EC4. Grayscale: #757575. Windows color (decimal): -11169477 or 3903829. OLE color: 3903829.

HSL color Cylindrical-coordinate representation of color #55913B: hue angle of 101.86º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55913B is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB8514559-
CMYK0.4100.590.43
HSL101.86º42.16%40%-
HSV(B)101.86º59.31%56.86%-
XYZ14.6622.57.71-
YUV117.2695.12104.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 59 (23.44% from 255) = 20.42%
R=29.41%
G=50.17%
B=20.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145590.4100.590.43101.8642.1640
Hex55913B2903B2B662a28
Octal1252217351073531465250
Binary10101011001000111101110100101110111010111100110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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