#55903A

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

Shades of Fern Green #55903A

Tints of Fern Green #55903A

Color information

#55903A (or 0x55903A) is unknown color: approx Fern Green. HEX triplet: 55, 90 and 3A. RGB value is (85,144,58). Sum of RGB (Red+Green+Blue) = 85+144+58=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #55903A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55903A is #AA6FC5. Grayscale: #747474. Windows color (decimal): -11169734 or 3838037. OLE color: 3838037.

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

Color convert

RGB8514458-
CMYK0.4100.600.44
HSL101.16º42.57%39.61%-
HSV(B)101.16º59.72%56.47%-
XYZ14.4822.187.52-
YUV116.5594.95105.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 144 (56.64% from 255) = 50.17%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=29.62%
G=50.17%
B=20.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144580.4100.600.44101.1642.5739.61
Hex55903A2903C2C652b28
Octal1252207251074541455350
Binary10101011001000011101010100101111001011001100101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55903A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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