Html Css Color HEX #55814C Fern Green

📋 copy color: '#55814C'

red 85 ◦ green 129 ◦ blue 76

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

Shades of Fern Green #55814C

Tints of Fern Green #55814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.48%

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

R = 29.31%
G = 44.48%
B = 26.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#55814C (or 0x55814C) is known color: Fern Green. HEX triplet: 55, 81 and 4C. RGB value is (85,129,76). Sum of RGB (Red+Green+Blue) = 85+129+76=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #55814C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55814C is #AA7EB3. Grayscale: #6D6D6D. Windows color (decimal): -11173556 or 5013845. OLE color: 5013845.

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

Color convert

RGB 85 129 76 -
CMYK 0.34 0 0.41 0.49
HSL 109.81º 0.26% 0.4% -
HSV(B) 109.81º 0.41% 0.51% -
XYZ 12.9 18.15 9.66 -
YUV 109.8 108.92 110.31 -
System Red Green Blue C M Y K H S L
Decimal 85 129 76 0.34 0 0.41 0.49 109.81 0.26 0.4
Hex 55 81 4C 22 0 29 31 6E 1A 28
Octal 125 201 114 42 0 51 61 156 32 50
Binary 1010101 10000001 1001100 100010 0 101001 110001 1101110 11010 101000

Color Harmonies of #55814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55814C

Black with #55814C

Text Example


Text Example

White with #55814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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