#53774D

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

Shades of Fern Green #53774D

Tints of Fern Green #53774D

Color information

#53774D (or 0x53774D) is unknown color: approx Fern Green. HEX triplet: 53, 77 and 4D. RGB value is (83,119,77). Sum of RGB (Red+Green+Blue) = 83+119+77=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #53774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53774D is #AC88B2. Grayscale: #676767. Windows color (decimal): -11307187 or 5076819. OLE color: 5076819.

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

Color convert

RGB8311977-
CMYK0.3000.350.53
HSL111.43º21.43%38.43%-
HSV(B)111.43º35.29%46.67%-
XYZ11.515.579.42-
YUV103.45113.07113.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=29.75%
G=42.65%
B=27.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83119770.3000.350.53111.4321.4338.43
Hex53774D1E023356f1526
Octal12316711536043651572546
Binary101001111101111001101111100100011110101110111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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