#52893C

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

Shades of Fern Green #52893C

Tints of Fern Green #52893C

Color information

#52893C (or 0x52893C) is unknown color: approx Fern Green. HEX triplet: 52, 89 and 3C. RGB value is (82,137,60). Sum of RGB (Red+Green+Blue) = 82+137+60=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #52893C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52893C is #AD76C3. Grayscale: #707070. Windows color (decimal): -11368132 or 3967314. OLE color: 3967314.

HSL color Cylindrical-coordinate representation of color #52893C: hue angle of 102.86º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52893C is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB8213760-
CMYK0.4000.560.46
HSL102.86º39.09%38.63%-
HSV(B)102.86º56.2%53.73%-
XYZ13.2420.017.44-
YUV111.7898.78106.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=29.39%
G=49.10%
B=21.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137600.4000.560.46102.8639.0938.63
Hex52893C280382E672727
Octal1222117450070561474747
Binary10100101000100111110010100001110001011101100111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52893C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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