#52844A

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

Shades of Fern Green #52844A

Tints of Fern Green #52844A

Color information

#52844A (or 0x52844A) is unknown color: approx Fern Green. HEX triplet: 52, 84 and 4A. RGB value is (82,132,74). Sum of RGB (Red+Green+Blue) = 82+132+74=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #52844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52844A is #AD7BB5. Grayscale: #6E6E6E. Windows color (decimal): -11369398 or 4883538. OLE color: 4883538.

HSL color Cylindrical-coordinate representation of color #52844A: hue angle of 111.72º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52844A is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB8213274-
CMYK0.3800.440.48
HSL111.72º28.16%40.39%-
HSV(B)111.72º43.94%51.76%-
XYZ12.9718.799.42-
YUV110.44107.44107.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=28.47%
G=45.83%
B=25.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82132740.3800.440.48111.7228.1640.39
Hex52844A2602C30701c28
Octal12220411246054601603450
Binary10100101000010010010101001100101100110000111000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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