#52873D

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

Shades of Fern Green #52873D

Tints of Fern Green #52873D

Color information

#52873D (or 0x52873D) is unknown color: approx Fern Green. HEX triplet: 52, 87 and 3D. RGB value is (82,135,61). Sum of RGB (Red+Green+Blue) = 82+135+61=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #52873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52873D is #AD78C2. Grayscale: #6E6E6E. Windows color (decimal): -11368643 or 4032338. OLE color: 4032338.

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

Color convert

RGB8213561-
CMYK0.3900.550.47
HSL102.97º37.76%38.43%-
HSV(B)102.97º54.81%52.94%-
XYZ12.9919.467.49-
YUV110.7299.94107.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 135 (53.12% from 255) = 48.56%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=29.50%
G=48.56%
B=21.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135610.3900.550.47102.9737.7638.43
Hex52873D270372F672626
Octal1222077547067571474646
Binary10100101000011111110110011101101111011111100111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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