#52863C

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

Shades of Fern Green #52863C

Tints of Fern Green #52863C

Color information

#52863C (or 0x52863C) is unknown color: approx Fern Green. HEX triplet: 52, 86 and 3C. RGB value is (82,134,60). Sum of RGB (Red+Green+Blue) = 82+134+60=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #52863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52863C is #AD79C3. Grayscale: #6E6E6E. Windows color (decimal): -11368900 or 3966546. OLE color: 3966546.

HSL color Cylindrical-coordinate representation of color #52863C: hue angle of 102.16º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52863C is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB8213460-
CMYK0.3900.550.47
HSL102.16º38.14%38.04%-
HSV(B)102.16º55.22%52.55%-
XYZ12.8219.177.3-
YUV110.0299.77108.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=29.71%
G=48.55%
B=21.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82134600.3900.550.47102.1638.1438.04
Hex52863C270372F662626
Octal1222067447067571464646
Binary10100101000011011110010011101101111011111100110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,134,60); }

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

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

 a { background-color: rgb(82,134,60); }

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

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

 span { border-color: rgb(82,134,60); }

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