Html Css Color HEX #53774A Fern Green

📋 copy color: '#53774A'

red 83 ◦ green 119 ◦ blue 74

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

Shades of Fern Green #53774A

Tints of Fern Green #53774A

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.3% from 255) = 26.81%

R = 30.07%
G = 43.12%
B = 26.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#53774A (or 0x53774A) is known color: 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

RGB 83 119 74 -
CMYK 0.30 0 0.38 0.53
HSL 108º 0.23% 0.38% -
HSV(B) 108º 0.38% 0.47% -
XYZ 11.4 15.53 8.87 -
YUV 103.11 111.57 113.66 -
System Red Green Blue C M Y K H S L
Decimal 83 119 74 0.30 0 0.38 0.53 108 0.23 0.38
Hex 53 77 4A 1E 0 26 35 6C 17 26
Octal 123 167 112 36 0 46 65 154 27 46
Binary 1010011 1110111 1001010 11110 0 100110 110101 1101100 10111 100110

Color Harmonies of #53774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53774A

Black with #53774A

Text Example


Text Example

White with #53774A

Text Example


Text Example

HTML Codes & Css Web 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>