#52813A

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

Shades of Fern Green #52813A

Tints of Fern Green #52813A

Color information

#52813A (or 0x52813A) is unknown color: approx Fern Green. HEX triplet: 52, 81 and 3A. RGB value is (82,129,58). Sum of RGB (Red+Green+Blue) = 82+129+58=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #52813A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52813A is #AD7EC5. Grayscale: #6B6B6B. Windows color (decimal): -11370182 or 3834194. OLE color: 3834194.

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

Color convert

RGB8212958-
CMYK0.3600.550.49
HSL99.72º37.97%36.67%-
HSV(B)99.72º55.04%50.59%-
XYZ12.0917.86.8-
YUV106.85100.43110.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 129 (50.78% from 255) = 47.96%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=30.48%
G=47.96%
B=21.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129580.3600.550.4999.7237.9736.67
Hex52813A2403731642625
Octal1222017244067611444645
Binary10100101000000111101010010001101111100011100100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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