#52814B

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

Shades of Fern Green #52814B

Tints of Fern Green #52814B

Color information

#52814B (or 0x52814B) is unknown color: approx Fern Green. HEX triplet: 52, 81 and 4B. RGB value is (82,129,75). Sum of RGB (Red+Green+Blue) = 82+129+75=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #52814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52814B is #AD7EB4. Grayscale: #6C6C6C. Windows color (decimal): -11370165 or 4948306. OLE color: 4948306.

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

Color convert

RGB8212975-
CMYK0.3600.420.49
HSL112.22º26.47%40%-
HSV(B)112.22º41.86%50.59%-
XYZ12.6189.47-
YUV108.79108.93108.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=28.67%
G=45.10%
B=26.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129750.3600.420.49112.2226.4740
Hex52814B2402A31701a28
Octal12220111344052611603250
Binary10100101000000110010111001000101010110001111000011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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