#53754D

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

Shades of Fern Green #53754D

Tints of Fern Green #53754D

Color information

#53754D (or 0x53754D) is unknown color: approx Fern Green. HEX triplet: 53, 75 and 4D. RGB value is (83,117,77). Sum of RGB (Red+Green+Blue) = 83+117+77=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #53754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53754D is #AC8AB2. Grayscale: #666666. Windows color (decimal): -11307699 or 5076307. OLE color: 5076307.

HSL color Cylindrical-coordinate representation of color #53754D: hue angle of 111º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53754D is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB8311777-
CMYK0.2900.340.54
HSL111º20.62%38.04%-
HSV(B)111º34.19%45.88%-
XYZ11.2715.19.34-
YUV102.27113.74114.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 77 (30.47% from 255) = 27.80%
R=29.96%
G=42.24%
B=27.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117770.2900.340.5411120.6238.04
Hex53754D1D022366f1526
Octal12316511535042661572546
Binary101001111101011001101111010100010110110110111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,117,77); }

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

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

 a { background-color: rgb(83,117,77); }

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

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

 span { border-color: rgb(83,117,77); }

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