#53903E

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

Shades of Fern Green #53903E

Tints of Fern Green #53903E

Color information

#53903E (or 0x53903E) is unknown color: approx Fern Green. HEX triplet: 53, 90 and 3E. RGB value is (83,144,62). Sum of RGB (Red+Green+Blue) = 83+144+62=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #53903E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53903E is #AC6FC1. Grayscale: #747474. Windows color (decimal): -11300802 or 4100179. OLE color: 4100179.

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

Color convert

RGB8314462-
CMYK0.4200.570.44
HSL104.63º39.81%40.39%-
HSV(B)104.63º56.94%56.47%-
XYZ14.4122.138.07-
YUV116.4197.29104.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 144 (56.64% from 255) = 49.83%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=28.72%
G=49.83%
B=21.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83144620.4200.570.44104.6339.8140.39
Hex53903E2A0392C692828
Octal1232207652071541515050
Binary10100111001000011111010101001110011011001101001101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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