#52813B

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

Shades of Fern Green #52813B

Tints of Fern Green #52813B

Color information

#52813B (or 0x52813B) is unknown color: approx Fern Green. HEX triplet: 52, 81 and 3B. RGB value is (82,129,59). Sum of RGB (Red+Green+Blue) = 82+129+59=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #52813B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52813B is #AD7EC4. Grayscale: #6B6B6B. Windows color (decimal): -11370181 or 3899730. OLE color: 3899730.

HSL color Cylindrical-coordinate representation of color #52813B: hue angle of 100.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52813B is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB8212959-
CMYK0.3600.540.49
HSL100.29º37.23%36.86%-
HSV(B)100.29º54.26%50.59%-
XYZ12.1217.816.94-
YUV106.97100.93110.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 129 (50.78% from 255) = 47.78%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=30.37%
G=47.78%
B=21.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129590.3600.540.49100.2937.2336.86
Hex52813B2403631642525
Octal1222017344066611444545
Binary10100101000000111101110010001101101100011100100100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52813B; }

 p { color: rgb(82,129,59); }

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

<style>
 a { background-color: #52813B; }

 a { background-color: rgb(82,129,59); }

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

<style>
 span { border-color: #52813B; }

 span { border-color: rgb(82,129,59); }

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