Html Css Color HEX #53774E Fern Green

📋 copy color: '#53774E'

red 83 ◦ green 119 ◦ blue 78

#53774E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #53774E

Tints of Fern Green #53774E

RGB

 RED value IS 83 (32.81% from 255) = 29.64%

 GREEN value IS 119 (46.88% from 255) = 42.5%

 BLUE value IS 78 (30.86% from 255) = 27.86%

R = 29.64%
G = 42.5%
B = 27.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#53774E (or 0x53774E) is known color: Fern Green. HEX triplet: 53, 77 and 4E. RGB value is (83,119,78). Sum of RGB (Red+Green+Blue) = 83+119+78=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #53774E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53774E is #AC88B1. Grayscale: #676767. Windows color (decimal): -11307186 or 5142355. OLE color: 5142355.

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

Color convert

RGB 83 119 78 -
CMYK 0.30 0 0.34 0.53
HSL 112.68º 0.21% 0.39% -
HSV(B) 112.68º 0.34% 0.47% -
XYZ 11.54 15.58 9.61 -
YUV 103.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 83 119 78 0.30 0 0.34 0.53 112.68 0.21 0.39
Hex 53 77 4E 1E 0 22 35 71 15 27
Octal 123 167 116 36 0 42 65 161 25 47
Binary 1010011 1110111 1001110 11110 0 100010 110101 1110001 10101 100111

Color Harmonies of #53774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53774E

Black with #53774E

Text Example


Text Example

White with #53774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53774E;
 }
 .AnyTagClassName
 {
   color: #53774E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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