#52903C

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

Shades of Fern Green #52903C

Tints of Fern Green #52903C

Color information

#52903C (or 0x52903C) is unknown color: approx Fern Green. HEX triplet: 52, 90 and 3C. RGB value is (82,144,60). Sum of RGB (Red+Green+Blue) = 82+144+60=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #52903C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52903C is #AD6FC3. Grayscale: #747474. Windows color (decimal): -11366340 or 3969106. OLE color: 3969106.

HSL color Cylindrical-coordinate representation of color #52903C: hue angle of 104.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52903C is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB8214460-
CMYK0.4300.580.44
HSL104.29º41.18%40%-
HSV(B)104.29º58.33%56.47%-
XYZ14.2722.077.78-
YUV115.8996.46103.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 144 (56.64% from 255) = 50.35%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=28.67%
G=50.35%
B=20.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144600.4300.580.44104.2941.1840
Hex52903C2B03A2C682928
Octal1222207453072541505150
Binary10100101001000011110010101101110101011001101000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,144,60); }

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

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

 a { background-color: rgb(82,144,60); }

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

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

 span { border-color: rgb(82,144,60); }

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