Html Css Color HEX #558840 Fern Green

📋 copy color: '#558840'

red 85 ◦ green 136 ◦ blue 64

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

Shades of Fern Green #558840

Tints of Fern Green #558840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.72%

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

R = 29.82%
G = 47.72%
B = 22.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#558840 (or 0x558840) is known color: Fern Green. HEX triplet: 55, 88 and 40. RGB value is (85,136,64). Sum of RGB (Red+Green+Blue) = 85+136+64=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #558840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558840 is #AA77BF. Grayscale: #707070. Windows color (decimal): -11171776 or 4229205. OLE color: 4229205.

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

Color convert

RGB 85 136 64 -
CMYK 0.38 0 0.53 0.47
HSL 102.5º 0.36% 0.39% -
HSV(B) 102.5º 0.53% 0.53% -
XYZ 13.48 19.91 7.98 -
YUV 112.54 100.6 108.35 -
System Red Green Blue C M Y K H S L
Decimal 85 136 64 0.38 0 0.53 0.47 102.5 0.36 0.39
Hex 55 88 40 26 0 35 2F 66 24 27
Octal 125 210 100 46 0 65 57 146 44 47
Binary 1010101 10001000 1000000 100110 0 110101 101111 1100110 100100 100111

Color Harmonies of #558840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558840

Black with #558840

Text Example


Text Example

White with #558840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558840; }

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

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

background-color css

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

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

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

border-color css

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

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

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