#52913E

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

Shades of Fern Green #52913E

Tints of Fern Green #52913E

Color information

#52913E (or 0x52913E) is unknown color: approx Fern Green. HEX triplet: 52, 91 and 3E. RGB value is (82,145,62). Sum of RGB (Red+Green+Blue) = 82+145+62=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #52913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52913E is #AD6EC1. Grayscale: #747474. Windows color (decimal): -11366082 or 4100434. OLE color: 4100434.

HSL color Cylindrical-coordinate representation of color #52913E: hue angle of 105.54º degrees, saturation: 0.4, 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 #52913E is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB8214562-
CMYK0.4300.570.43
HSL105.54º40.1%40.59%-
HSV(B)105.54º57.24%56.86%-
XYZ14.4722.398.12-
YUV116.797.13103.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=28.37%
G=50.17%
B=21.45%

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
Decimal82145620.4300.570.43105.5440.140.59
Hex52913E2B0392B6a2829
Octal1222217653071531525051
Binary10100101001000111111010101101110011010111101010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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