#52763F

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

Shades of Fern Green #52763F

Tints of Fern Green #52763F

Color information

#52763F (or 0x52763F) is unknown color: approx Fern Green. HEX triplet: 52, 76 and 3F. RGB value is (82,118,63). Sum of RGB (Red+Green+Blue) = 82+118+63=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #52763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52763F is #AD89C0. Grayscale: #656565. Windows color (decimal): -11372993 or 4159058. OLE color: 4159058.

HSL color Cylindrical-coordinate representation of color #52763F: hue angle of 99.27º 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 #52763F is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB8211863-
CMYK0.3100.470.54
HSL99.27º30.39%35.49%-
HSV(B)99.27º46.61%46.27%-
XYZ10.8615.117.05-
YUV100.97106.57114.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 63 (25% from 255) = 23.95%
R=31.18%
G=44.87%
B=23.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118630.3100.470.5499.2730.3935.49
Hex52763F1F02F36631e23
Octal1221667737057661433643
Binary10100101110110111111111110101111110110110001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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