#55913A

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

Shades of Fern Green #55913A

Tints of Fern Green #55913A

Color information

#55913A (or 0x55913A) is unknown color: approx Fern Green. HEX triplet: 55, 91 and 3A. RGB value is (85,145,58). Sum of RGB (Red+Green+Blue) = 85+145+58=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 145 (57.03% from 255 or 50.35% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 145 - color contains mainly: green. Hex color #55913A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55913A is #AA6EC5. Grayscale: #757575. Windows color (decimal): -11169478 or 3838293. OLE color: 3838293.

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

Color convert

RGB8514558-
CMYK0.4100.60.43
HSL101.38º42.86%39.8%-
HSV(B)101.38º60%56.86%-
XYZ14.6422.497.57-
YUV117.1494.62105.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 145 (57.03% from 255) = 50.35%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=29.51%
G=50.35%
B=20.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145580.4100.60.43101.3842.8639.8
Hex55913A2903C2B652b28
Octal1252217251074531455350
Binary10101011001000111101010100101111001010111100101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55913A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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