#52744A

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

Shades of Fern Green #52744A

Tints of Fern Green #52744A

Color information

#52744A (or 0x52744A) is unknown color: approx Fern Green. HEX triplet: 52, 74 and 4A. RGB value is (82,116,74). Sum of RGB (Red+Green+Blue) = 82+116+74=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #52744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52744A is #AD8BB5. Grayscale: #656565. Windows color (decimal): -11373494 or 4879442. OLE color: 4879442.

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

Color convert

RGB8211674-
CMYK0.2900.360.55
HSL108.57º22.11%37.25%-
HSV(B)108.57º36.21%45.49%-
XYZ10.9614.788.75-
YUV101.05112.74114.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.15%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=30.15%
G=42.65%
B=27.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116740.2900.360.55108.5722.1137.25
Hex52744A1D024376d1625
Octal12216411235044671552645
Binary101001011101001001010111010100100110111110110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,116,74); }

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

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

 a { background-color: rgb(82,116,74); }

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

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

 span { border-color: rgb(82,116,74); }

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