Html Css Color HEX #558D41 Fern Green

📋 copy color: '#558D41'

red 85 ◦ green 141 ◦ blue 65

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

Shades of Fern Green #558D41

Tints of Fern Green #558D41

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.45%

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

R = 29.21%
G = 48.45%
B = 22.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#558D41 (or 0x558D41) is known color: Fern Green. HEX triplet: 55, 8D and 41. RGB value is (85,141,65). Sum of RGB (Red+Green+Blue) = 85+141+65=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #558D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558D41 is #AA72BE. Grayscale: #737373. Windows color (decimal): -11170495 or 4296021. OLE color: 4296021.

HSL color Cylindrical-coordinate representation of color #558D41: hue angle of 104.21º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #558D41 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 141 65 -
CMYK 0.40 0 0.54 0.45
HSL 104.21º 0.37% 0.4% -
HSV(B) 104.21º 0.54% 0.55% -
XYZ 14.23 21.36 8.37 -
YUV 115.59 99.45 106.18 -
System Red Green Blue C M Y K H S L
Decimal 85 141 65 0.40 0 0.54 0.45 104.21 0.37 0.4
Hex 55 8D 41 28 0 36 2D 68 25 28
Octal 125 215 101 50 0 66 55 150 45 50
Binary 1010101 10001101 1000001 101000 0 110110 101101 1101000 100101 101000

Color Harmonies of #558D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558D41

Black with #558D41

Text Example


Text Example

White with #558D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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