Html Css Color HEX #55744A Fern Green

📋 copy color: '#55744A'

red 85 ◦ green 116 ◦ blue 74

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

Shades of Fern Green #55744A

Tints of Fern Green #55744A

RGB

 RED value IS 85 (33.59% from 255) = 30.91%

 GREEN value IS 116 (45.7% from 255) = 42.18%

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 30.91%
G = 42.18%
B = 26.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#55744A (or 0x55744A) is known color: Fern Green. HEX triplet: 55, 74 and 4A. RGB value is (85,116,74). Sum of RGB (Red+Green+Blue) = 85+116+74=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #55744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55744A is #AA8BB5. Grayscale: #666666. Windows color (decimal): -11176886 or 4879445. OLE color: 4879445.

HSL color Cylindrical-coordinate representation of color #55744A: hue angle of 104.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55744A is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 74 -
CMYK 0.27 0 0.36 0.55
HSL 104.29º 0.22% 0.37% -
HSV(B) 104.29º 0.36% 0.45% -
XYZ 11.23 14.92 8.77 -
YUV 101.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 85 116 74 0.27 0 0.36 0.55 104.29 0.22 0.37
Hex 55 74 4A 1B 0 24 37 68 16 25
Octal 125 164 112 33 0 44 67 150 26 45
Binary 1010101 1110100 1001010 11011 0 100100 110111 1101000 10110 100101

Color Harmonies of #55744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55744A

Black with #55744A

Text Example


Text Example

White with #55744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,116,74); }

 H1.HeaderClassName
 {
   color: #55744A;
 }
 .AnyTagClassName
 {
   color: #55744A;
 }
</style>

background-color css

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

 a { background-color: rgb(85,116,74); }

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

border-color css

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

 span { border-color: rgb(85,116,74); }

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