Html Css Color HEX #55764C Fern Green

📋 copy color: '#55764C'

red 85 ◦ green 118 ◦ blue 76

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

Shades of Fern Green #55764C

Tints of Fern Green #55764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

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

R = 30.47%
G = 42.29%
B = 27.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#55764C (or 0x55764C) is known color: Fern Green. HEX triplet: 55, 76 and 4C. RGB value is (85,118,76). Sum of RGB (Red+Green+Blue) = 85+118+76=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #55764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55764C is #AA89B3. Grayscale: #676767. Windows color (decimal): -11176372 or 5011029. OLE color: 5011029.

HSL color Cylindrical-coordinate representation of color #55764C: hue angle of 107.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55764C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 76 -
CMYK 0.28 0 0.36 0.54
HSL 107.14º 0.22% 0.38% -
HSV(B) 107.14º 0.36% 0.46% -
XYZ 11.53 15.41 9.2 -
YUV 103.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 85 118 76 0.28 0 0.36 0.54 107.14 0.22 0.38
Hex 55 76 4C 1C 0 24 36 6B 16 26
Octal 125 166 114 34 0 44 66 153 26 46
Binary 1010101 1110110 1001100 11100 0 100100 110110 1101011 10110 100110

Color Harmonies of #55764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55764C

Black with #55764C

Text Example


Text Example

White with #55764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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