#52834A

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

Shades of Fern Green #52834A

Tints of Fern Green #52834A

Color information

#52834A (or 0x52834A) is unknown color: approx Fern Green. HEX triplet: 52, 83 and 4A. RGB value is (82,131,74). Sum of RGB (Red+Green+Blue) = 82+131+74=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #52834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52834A is #AD7CB5. Grayscale: #6E6E6E. Windows color (decimal): -11369654 or 4883282. OLE color: 4883282.

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

Color convert

RGB8213174-
CMYK0.3700.440.49
HSL111.58º27.8%40.2%-
HSV(B)111.58º43.51%51.37%-
XYZ12.8318.529.38-
YUV109.85107.77108.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=28.57%
G=45.64%
B=25.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82131740.3700.440.49111.5827.840.2
Hex52834A2502C31701c28
Octal12220311245054611603450
Binary10100101000001110010101001010101100110001111000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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