Html Css Color HEX #55784D Fern Green

📋 copy color: '#55784D'

red 85 ◦ green 120 ◦ blue 77

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

Shades of Fern Green #55784D

Tints of Fern Green #55784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.55%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 30.14%
G = 42.55%
B = 27.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#55784D (or 0x55784D) is known color: Fern Green. HEX triplet: 55, 78 and 4D. RGB value is (85,120,77). Sum of RGB (Red+Green+Blue) = 85+120+77=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #55784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55784D is #AA87B2. Grayscale: #686868. Windows color (decimal): -11175859 or 5077077. OLE color: 5077077.

HSL color Cylindrical-coordinate representation of color #55784D: hue angle of 108.84º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55784D is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 77 -
CMYK 0.29 0 0.36 0.53
HSL 108.84º 0.22% 0.39% -
HSV(B) 108.84º 0.36% 0.47% -
XYZ 11.8 15.9 9.47 -
YUV 104.63 112.4 114 -
System Red Green Blue C M Y K H S L
Decimal 85 120 77 0.29 0 0.36 0.53 108.84 0.22 0.39
Hex 55 78 4D 1D 0 24 35 6D 16 27
Octal 125 170 115 35 0 44 65 155 26 47
Binary 1010101 1111000 1001101 11101 0 100100 110101 1101101 10110 100111

Color Harmonies of #55784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55784D

Black with #55784D

Text Example


Text Example

White with #55784D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55784D; }

 p { color: rgb(85,120,77); }

 H1.HeaderClassName
 {
   color: #55784D;
 }
 .AnyTagClassName
 {
   color: #55784D;
 }
</style>

background-color css

<style>
 a { background-color: #55784D; }

 a { background-color: rgb(85,120,77); }

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

border-color css

<style>
 span { border-color: #55784D; }

 span { border-color: rgb(85,120,77); }

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