#53963F

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

Shades of Fern Green #53963F

Tints of Fern Green #53963F

Color information

#53963F (or 0x53963F) is unknown color: approx Fern Green. HEX triplet: 53, 96 and 3F. RGB value is (83,150,63). Sum of RGB (Red+Green+Blue) = 83+150+63=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #53963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53963F is #AC69C0. Grayscale: #787878. Windows color (decimal): -11299265 or 4167251. OLE color: 4167251.

HSL color Cylindrical-coordinate representation of color #53963F: hue angle of 106.21º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53963F is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB8315063-
CMYK0.4500.580.41
HSL106.21º40.85%41.76%-
HSV(B)106.21º58%58.82%-
XYZ15.3724.018.53-
YUV120.0595.8101.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 63 (25% from 255) = 21.28%
R=28.04%
G=50.68%
B=21.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83150630.4500.580.41106.2140.8541.76
Hex53963F2D03A296a292a
Octal1232267755072511525152
Binary10100111001011011111110110101110101010011101010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,150,63); }

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

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

 a { background-color: rgb(83,150,63); }

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

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

 span { border-color: rgb(83,150,63); }

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