#52744B

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

Shades of Fern Green #52744B

Tints of Fern Green #52744B

Color information

#52744B (or 0x52744B) is unknown color: approx Fern Green. HEX triplet: 52, 74 and 4B. RGB value is (82,116,75). Sum of RGB (Red+Green+Blue) = 82+116+75=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #52744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52744B is #AD8BB4. Grayscale: #656565. Windows color (decimal): -11373493 or 4944978. OLE color: 4944978.

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

Color convert

RGB8211675-
CMYK0.2900.350.55
HSL109.76º21.47%37.45%-
HSV(B)109.76º35.34%45.49%-
XYZ1114.798.93-
YUV101.16113.24114.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=30.04%
G=42.49%
B=27.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal82116750.2900.350.55109.7621.4737.45
Hex52744B1D023376e1525
Octal12216411335043671562545
Binary101001011101001001011111010100011110111110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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