Html Css Color HEX #558446 Fern Green

📋 copy color: '#558446'

red 85 ◦ green 132 ◦ blue 70

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

Shades of Fern Green #558446

Tints of Fern Green #558446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 29.62%
G = 45.99%
B = 24.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#558446 (or 0x558446) is known color: Fern Green. HEX triplet: 55, 84 and 46. RGB value is (85,132,70). Sum of RGB (Red+Green+Blue) = 85+132+70=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #558446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558446 is #AA7BB9. Grayscale: #6F6F6F. Windows color (decimal): -11172794 or 4621397. OLE color: 4621397.

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

Color convert

RGB 85 132 70 -
CMYK 0.36 0 0.47 0.48
HSL 105.48º 0.31% 0.4% -
HSV(B) 105.48º 0.47% 0.52% -
XYZ 13.1 18.88 8.75 -
YUV 110.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 85 132 70 0.36 0 0.47 0.48 105.48 0.31 0.4
Hex 55 84 46 24 0 2F 30 69 1F 28
Octal 125 204 106 44 0 57 60 151 37 50
Binary 1010101 10000100 1000110 100100 0 101111 110000 1101001 11111 101000

Color Harmonies of #558446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558446

Black with #558446

Text Example


Text Example

White with #558446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558446; }

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

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

background-color css

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

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

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

border-color css

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

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

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