#53903C

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

Shades of Fern Green #53903C

Tints of Fern Green #53903C

Color information

#53903C (or 0x53903C) is unknown color: approx Fern Green. HEX triplet: 53, 90 and 3C. RGB value is (83,144,60). Sum of RGB (Red+Green+Blue) = 83+144+60=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #53903C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53903C is #AC6FC3. Grayscale: #747474. Windows color (decimal): -11300804 or 3969107. OLE color: 3969107.

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

Color convert

RGB8314460-
CMYK0.4200.580.44
HSL103.57º41.18%40%-
HSV(B)103.57º58.33%56.47%-
XYZ14.3622.117.79-
YUV116.1896.29104.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 144 (56.64% from 255) = 50.17%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=28.92%
G=50.17%
B=20.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144600.4200.580.44103.5741.1840
Hex53903C2A03A2C682928
Octal1232207452072541505150
Binary10100111001000011110010101001110101011001101000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53903C; }

 p { color: rgb(83,144,60); }

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

<style>
 a { background-color: #53903C; }

 a { background-color: rgb(83,144,60); }

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

<style>
 span { border-color: #53903C; }

 span { border-color: rgb(83,144,60); }

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