#52873A

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

Shades of Fern Green #52873A

Tints of Fern Green #52873A

Color information

#52873A (or 0x52873A) is unknown color: approx Fern Green. HEX triplet: 52, 87 and 3A. RGB value is (82,135,58). Sum of RGB (Red+Green+Blue) = 82+135+58=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #52873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52873A is #AD78C5. Grayscale: #6E6E6E. Windows color (decimal): -11368646 or 3835730. OLE color: 3835730.

HSL color Cylindrical-coordinate representation of color #52873A: hue angle of 101.3º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52873A is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB8213558-
CMYK0.3900.570.47
HSL101.3º39.9%37.84%-
HSV(B)101.3º57.04%52.94%-
XYZ12.9119.437.07-
YUV110.3798.44107.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=29.82%
G=49.09%
B=21.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135580.3900.570.47101.339.937.84
Hex52873A270392F652826
Octal1222077247071571455046
Binary10100101000011111101010011101110011011111100101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,135,58); }

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

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

 a { background-color: rgb(82,135,58); }

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

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

 span { border-color: rgb(82,135,58); }

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