#52873E

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

Shades of Fern Green #52873E

Tints of Fern Green #52873E

Color information

#52873E (or 0x52873E) is unknown color: approx Fern Green. HEX triplet: 52, 87 and 3E. RGB value is (82,135,62). Sum of RGB (Red+Green+Blue) = 82+135+62=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #52873E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52873E is #AD78C1. Grayscale: #6F6F6F. Windows color (decimal): -11368642 or 4097874. OLE color: 4097874.

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

Color convert

RGB8213562-
CMYK0.3900.540.47
HSL103.56º37.06%38.63%-
HSV(B)103.56º54.07%52.94%-
XYZ13.0119.477.63-
YUV110.83100.44107.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 135 (53.12% from 255) = 48.39%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=29.39%
G=48.39%
B=22.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135620.3900.540.47103.5637.0638.63
Hex52873E270362F682527
Octal1222077647066571504547
Binary10100101000011111111010011101101101011111101000100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52873E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,135,62); }

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

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

 a { background-color: rgb(82,135,62); }

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

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

 span { border-color: rgb(82,135,62); }

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