#53763F

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

Shades of Fern Green #53763F

Tints of Fern Green #53763F

Color information

#53763F (or 0x53763F) is unknown color: approx Fern Green. HEX triplet: 53, 76 and 3F. RGB value is (83,118,63). Sum of RGB (Red+Green+Blue) = 83+118+63=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #53763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53763F is #AC89C0. Grayscale: #656565. Windows color (decimal): -11307457 or 4159059. OLE color: 4159059.

HSL color Cylindrical-coordinate representation of color #53763F: hue angle of 98.18º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53763F is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB8311863-
CMYK0.3000.470.54
HSL98.18º30.39%35.49%-
HSV(B)98.18º46.61%46.27%-
XYZ10.9415.157.05-
YUV101.26106.4114.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.44%
GREEN value IS 118 (46.48% from 255) = 44.70%
BLUE value IS 63 (25% from 255) = 23.86%
R=31.44%
G=44.70%
B=23.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83118630.3000.470.5498.1830.3935.49
Hex53763F1E02F36621e23
Octal1231667736057661423643
Binary10100111110110111111111100101111110110110001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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