#53774A

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

Shades of Fern Green #53774A

Tints of Fern Green #53774A

Color information

#53774A (or 0x53774A) is unknown color: approx Fern Green. HEX triplet: 53, 77 and 4A. RGB value is (83,119,74). Sum of RGB (Red+Green+Blue) = 83+119+74=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #53774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53774A is #AC88B5. Grayscale: #676767. Windows color (decimal): -11307190 or 4880211. OLE color: 4880211.

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

Color convert

RGB8311974-
CMYK0.3000.380.53
HSL108º23.32%37.84%-
HSV(B)108º37.82%46.67%-
XYZ11.415.538.87-
YUV103.11111.57113.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 74 (29.30% from 255) = 26.81%
R=30.07%
G=43.12%
B=26.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83119740.3000.380.5310823.3237.84
Hex53774A1E026356c1726
Octal12316711236046651542746
Binary101001111101111001010111100100110110101110110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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