#52913f

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

Shades of Fern Green #52913F

Tints of Fern Green #52913F

Color information

#52913F (or 0x52913F) is unknown color: approx Fern Green. HEX triplet: 52, 91 and 3F. RGB value is (82,145,63). Sum of RGB (Red+Green+Blue) = 82+145+63=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #52913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52913F is #AD6EC0. Grayscale: #757575. Windows color (decimal): -11366081 or 4165970. OLE color: 4165970.

HSL color Cylindrical-coordinate representation of color #52913F: hue angle of 106.1º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52913F is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB8214563-
CMYK0.4300.570.43
HSL106.1º39.42%40.78%-
HSV(B)106.1º56.55%56.86%-
XYZ14.522.48.26-
YUV116.8297.63103.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 145 (57.03% from 255) = 50%
BLUE value IS 63 (25% from 255) = 21.72%
R=28.28%
G=50%
B=21.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82145630.4300.570.43106.139.4240.78
Hex52913F2B0392B6a2729
Octal1222217753071531524751
Binary10100101001000111111110101101110011010111101010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52913f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52913f; }

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

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

<style>
 a { background-color: #52913f; }

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

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

<style>
 span { border-color: #52913f; }

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

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