Html Css Color HEX #558941 Fern Green

📋 copy color: '#558941'

red 85 ◦ green 137 ◦ blue 65

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

Shades of Fern Green #558941

Tints of Fern Green #558941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.74%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 29.62%
G = 47.74%
B = 22.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#558941 (or 0x558941) is known color: Fern Green. HEX triplet: 55, 89 and 41. RGB value is (85,137,65). Sum of RGB (Red+Green+Blue) = 85+137+65=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #558941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558941 is #AA76BE. Grayscale: #717171. Windows color (decimal): -11171519 or 4294997. OLE color: 4294997.

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

Color convert

RGB 85 137 65 -
CMYK 0.38 0 0.53 0.46
HSL 103.33º 0.36% 0.4% -
HSV(B) 103.33º 0.53% 0.54% -
XYZ 13.65 20.2 8.18 -
YUV 113.24 100.77 107.85 -
System Red Green Blue C M Y K H S L
Decimal 85 137 65 0.38 0 0.53 0.46 103.33 0.36 0.4
Hex 55 89 41 26 0 35 2E 67 24 28
Octal 125 211 101 46 0 65 56 147 44 50
Binary 1010101 10001001 1000001 100110 0 110101 101110 1100111 100100 101000

Color Harmonies of #558941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558941

Black with #558941

Text Example


Text Example

White with #558941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558941; }

 p { color: rgb(85,137,65); }

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

background-color css

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

 a { background-color: rgb(85,137,65); }

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

border-color css

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

 span { border-color: rgb(85,137,65); }

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