Html Css Color HEX #558147 Fern Green

📋 copy color: '#558147'

red 85 ◦ green 129 ◦ blue 71

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

Shades of Fern Green #558147

Tints of Fern Green #558147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 29.82%
G = 45.26%
B = 24.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#558147 (or 0x558147) is known color: Fern Green. HEX triplet: 55, 81 and 47. RGB value is (85,129,71). Sum of RGB (Red+Green+Blue) = 85+129+71=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #558147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558147 is #AA7EB8. Grayscale: #6D6D6D. Windows color (decimal): -11173561 or 4686165. OLE color: 4686165.

HSL color Cylindrical-coordinate representation of color #558147: hue angle of 105.52º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #558147 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 71 -
CMYK 0.34 0 0.45 0.49
HSL 105.52º 0.29% 0.39% -
HSV(B) 105.52º 0.45% 0.51% -
XYZ 12.73 18.09 8.78 -
YUV 109.23 106.42 110.72 -
System Red Green Blue C M Y K H S L
Decimal 85 129 71 0.34 0 0.45 0.49 105.52 0.29 0.39
Hex 55 81 47 22 0 2D 31 6A 1D 27
Octal 125 201 107 42 0 55 61 152 35 47
Binary 1010101 10000001 1000111 100010 0 101101 110001 1101010 11101 100111

Color Harmonies of #558147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558147

Black with #558147

Text Example


Text Example

White with #558147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558147; }

 p { color: rgb(85,129,71); }

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

background-color css

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

 a { background-color: rgb(85,129,71); }

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

border-color css

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

 span { border-color: rgb(85,129,71); }

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