Html Css Color HEX #559240 Fern Green

📋 copy color: '#559240'

red 85 ◦ green 146 ◦ blue 64

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

Shades of Fern Green #559240

Tints of Fern Green #559240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.49%

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

R = 28.81%
G = 49.49%
B = 21.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#559240 (or 0x559240) is known color: Fern Green. HEX triplet: 55, 92 and 40. RGB value is (85,146,64). Sum of RGB (Red+Green+Blue) = 85+146+64=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #559240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559240 is #AA6DBF. Grayscale: #767676. Windows color (decimal): -11169216 or 4231765. OLE color: 4231765.

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

Color convert

RGB 85 146 64 -
CMYK 0.42 0 0.56 0.43
HSL 104.63º 0.39% 0.41% -
HSV(B) 104.63º 0.56% 0.57% -
XYZ 14.95 22.86 8.47 -
YUV 118.41 97.29 104.17 -
System Red Green Blue C M Y K H S L
Decimal 85 146 64 0.42 0 0.56 0.43 104.63 0.39 0.41
Hex 55 92 40 2A 0 38 2B 69 27 29
Octal 125 222 100 52 0 70 53 151 47 51
Binary 1010101 10010010 1000000 101010 0 111000 101011 1101001 100111 101001

Color Harmonies of #559240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559240

Black with #559240

Text Example


Text Example

White with #559240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559240; }

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

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

background-color css

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

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

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

border-color css

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

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

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