#53804A

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

Shades of Fern Green #53804A

Tints of Fern Green #53804A

Color information

#53804A (or 0x53804A) is unknown color: approx Fern Green. HEX triplet: 53, 80 and 4A. RGB value is (83,128,74). Sum of RGB (Red+Green+Blue) = 83+128+74=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #53804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53804A is #AC7FB5. Grayscale: #6C6C6C. Windows color (decimal): -11304886 or 4882515. OLE color: 4882515.

HSL color Cylindrical-coordinate representation of color #53804A: hue angle of 110º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53804A is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB8312874-
CMYK0.3500.420.50
HSL110º26.73%39.61%-
HSV(B)110º42.19%50.2%-
XYZ12.5217.779.25-
YUV108.39108.59109.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=29.12%
G=44.91%
B=25.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83128740.3500.420.5011026.7339.61
Hex53804A2302A326e1b28
Octal12320011243052621563350
Binary10100111000000010010101000110101010110010110111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,128,74); }

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

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

 a { background-color: rgb(83,128,74); }

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

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

 span { border-color: rgb(83,128,74); }

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