#53894A

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

Shades of Fern Green #53894A

Tints of Fern Green #53894A

Color information

#53894A (or 0x53894A) is unknown color: approx Fern Green. HEX triplet: 53, 89 and 4A. RGB value is (83,137,74). Sum of RGB (Red+Green+Blue) = 83+137+74=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #53894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53894A is #AC76B5. Grayscale: #717171. Windows color (decimal): -11302582 or 4884819. OLE color: 4884819.

HSL color Cylindrical-coordinate representation of color #53894A: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53894A is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB8313774-
CMYK0.3900.460.46
HSL111.43º29.86%41.37%-
HSV(B)111.43º45.99%53.73%-
XYZ13.7520.229.66-
YUV113.67105.61106.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=28.23%
G=46.60%
B=25.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83137740.3900.460.46111.4329.8641.37
Hex53894A2702E2E6f1e29
Octal12321111247056561573651
Binary10100111000100110010101001110101110101110110111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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