Html Css Color HEX #559040 Fern Green

📋 copy color: '#559040'

red 85 ◦ green 144 ◦ blue 64

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

Shades of Fern Green #559040

Tints of Fern Green #559040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 29.01%
G = 49.15%
B = 21.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#559040 (or 0x559040) is known color: Fern Green. HEX triplet: 55, 90 and 40. RGB value is (85,144,64). Sum of RGB (Red+Green+Blue) = 85+144+64=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #559040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559040 is #AA6FBF. Grayscale: #757575. Windows color (decimal): -11169728 or 4231253. OLE color: 4231253.

HSL color Cylindrical-coordinate representation of color #559040: hue angle of 104.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559040 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 144 64 -
CMYK 0.41 0 0.56 0.44
HSL 104.25º 0.38% 0.41% -
HSV(B) 104.25º 0.56% 0.56% -
XYZ 14.64 22.25 8.37 -
YUV 117.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 85 144 64 0.41 0 0.56 0.44 104.25 0.38 0.41
Hex 55 90 40 29 0 38 2C 68 26 29
Octal 125 220 100 51 0 70 54 150 46 51
Binary 1010101 10010000 1000000 101001 0 111000 101100 1101000 100110 101001

Color Harmonies of #559040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559040

Black with #559040

Text Example


Text Example

White with #559040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559040; }

 p { color: rgb(85,144,64); }

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

background-color css

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

 a { background-color: rgb(85,144,64); }

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

border-color css

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

 span { border-color: rgb(85,144,64); }

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