Html Css Color HEX #558D39 Fern Green

📋 copy color: '#558D39'

red 85 ◦ green 141 ◦ blue 57

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

Shades of Fern Green #558D39

Tints of Fern Green #558D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 30.04%
G = 49.82%
B = 20.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#558D39 (or 0x558D39) is known color: Fern Green. HEX triplet: 55, 8D and 39. RGB value is (85,141,57). Sum of RGB (Red+Green+Blue) = 85+141+57=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #558D39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558D39 is #AA72C6. Grayscale: #727272. Windows color (decimal): -11170503 or 3771733. OLE color: 3771733.

HSL color Cylindrical-coordinate representation of color #558D39: hue angle of 100º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558D39 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 141 57 -
CMYK 0.40 0 0.60 0.45
HSL 100º 0.42% 0.39% -
HSV(B) 100º 0.6% 0.55% -
XYZ 14.01 21.28 7.24 -
YUV 114.68 95.45 106.83 -
System Red Green Blue C M Y K H S L
Decimal 85 141 57 0.40 0 0.60 0.45 100 0.42 0.39
Hex 55 8D 39 28 0 3C 2D 64 2A 27
Octal 125 215 71 50 0 74 55 144 52 47
Binary 1010101 10001101 111001 101000 0 111100 101101 1100100 101010 100111

Color Harmonies of #558D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558D39

Black with #558D39

Text Example


Text Example

White with #558D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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