#55903F

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

Shades of Fern Green #55903F

Tints of Fern Green #55903F

Color information

#55903F (or 0x55903F) is unknown color: approx Fern Green. HEX triplet: 55, 90 and 3F. RGB value is (85,144,63). Sum of RGB (Red+Green+Blue) = 85+144+63=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #55903F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55903F is #AA6FC0. Grayscale: #757575. Windows color (decimal): -11169729 or 4165717. OLE color: 4165717.

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

Color convert

RGB8514463-
CMYK0.4100.560.44
HSL103.7º39.13%40.59%-
HSV(B)103.7º56.25%56.47%-
XYZ14.6222.248.22-
YUV117.1297.45105.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 144 (56.64% from 255) = 49.32%
BLUE value IS 63 (25% from 255) = 21.58%
R=29.11%
G=49.32%
B=21.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144630.4100.560.44103.739.1340.59
Hex55903F290382C682729
Octal1252207751070541504751
Binary10101011001000011111110100101110001011001101000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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