#52834C

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

Shades of Fern Green #52834C

Tints of Fern Green #52834C

Color information

#52834C (or 0x52834C) is unknown color: approx Fern Green. HEX triplet: 52, 83 and 4C. RGB value is (82,131,76). Sum of RGB (Red+Green+Blue) = 82+131+76=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 131 - color contains mainly: green. Hex color #52834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52834C is #AD7CB3. Grayscale: #6E6E6E. Windows color (decimal): -11369652 or 5014354. OLE color: 5014354.

HSL color Cylindrical-coordinate representation of color #52834C: hue angle of 113.45º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52834C is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB8213176-
CMYK0.3700.420.49
HSL113.45º26.57%40.59%-
HSV(B)113.45º41.98%51.37%-
XYZ12.918.559.74-
YUV110.08108.77107.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=28.37%
G=45.33%
B=26.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82131760.3700.420.49113.4526.5740.59
Hex52834C2502A31711b29
Octal12220311445052611613351
Binary10100101000001110011001001010101010110001111000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52834C; }

 p { color: rgb(82,131,76); }

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

<style>
 a { background-color: #52834C; }

 a { background-color: rgb(82,131,76); }

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

<style>
 span { border-color: #52834C; }

 span { border-color: rgb(82,131,76); }

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