Html Css Color HEX #558447 Fern Green

📋 copy color: '#558447'

red 85 ◦ green 132 ◦ blue 71

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

Shades of Fern Green #558447

Tints of Fern Green #558447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.83%

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

R = 29.51%
G = 45.83%
B = 24.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#558447 (or 0x558447) is known color: Fern Green. HEX triplet: 55, 84 and 47. RGB value is (85,132,71). Sum of RGB (Red+Green+Blue) = 85+132+71=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 71 (28.12% from 255 or 24.65% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #558447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558447 is #AA7BB8. Grayscale: #6F6F6F. Windows color (decimal): -11172793 or 4686933. OLE color: 4686933.

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

Color convert

RGB 85 132 71 -
CMYK 0.36 0 0.46 0.48
HSL 106.23º 0.3% 0.4% -
HSV(B) 106.23º 0.46% 0.52% -
XYZ 13.13 18.89 8.91 -
YUV 110.99 105.43 109.46 -
System Red Green Blue C M Y K H S L
Decimal 85 132 71 0.36 0 0.46 0.48 106.23 0.3 0.4
Hex 55 84 47 24 0 2E 30 6A 1E 28
Octal 125 204 107 44 0 56 60 152 36 50
Binary 1010101 10000100 1000111 100100 0 101110 110000 1101010 11110 101000

Color Harmonies of #558447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558447

Black with #558447

Text Example


Text Example

White with #558447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558447; }

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

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

background-color css

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

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

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

border-color css

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

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

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