Html Css Color HEX #55804C Fern Green

📋 copy color: '#55804C'

red 85 ◦ green 128 ◦ blue 76

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

Shades of Fern Green #55804C

Tints of Fern Green #55804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.29%

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 29.41%
G = 44.29%
B = 26.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#55804C (or 0x55804C) is known color: Fern Green. HEX triplet: 55, 80 and 4C. RGB value is (85,128,76). Sum of RGB (Red+Green+Blue) = 85+128+76=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #55804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55804C is #AA7FB3. Grayscale: #6D6D6D. Windows color (decimal): -11173812 or 5013589. OLE color: 5013589.

HSL color Cylindrical-coordinate representation of color #55804C: hue angle of 109.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55804C is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 128 76 -
CMYK 0.34 0 0.41 0.50
HSL 109.62º 0.25% 0.4% -
HSV(B) 109.62º 0.41% 0.5% -
XYZ 12.77 17.89 9.62 -
YUV 109.22 109.25 110.73 -
System Red Green Blue C M Y K H S L
Decimal 85 128 76 0.34 0 0.41 0.50 109.62 0.25 0.4
Hex 55 80 4C 22 0 29 32 6E 19 28
Octal 125 200 114 42 0 51 62 156 31 50
Binary 1010101 10000000 1001100 100010 0 101001 110010 1101110 11001 101000

Color Harmonies of #55804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55804C

Black with #55804C

Text Example


Text Example

White with #55804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55804C; }

 p { color: rgb(85,128,76); }

 H1.HeaderClassName
 {
   color: #55804C;
 }
 .AnyTagClassName
 {
   color: #55804C;
 }
</style>

background-color css

<style>
 a { background-color: #55804C; }

 a { background-color: rgb(85,128,76); }

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

border-color css

<style>
 span { border-color: #55804C; }

 span { border-color: rgb(85,128,76); }

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