Html Css Color HEX #558046 Fern Green

📋 copy color: '#558046'

red 85 ◦ green 128 ◦ blue 70

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

Shades of Fern Green #558046

Tints of Fern Green #558046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.23%

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

R = 30.04%
G = 45.23%
B = 24.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#558046 (or 0x558046) is known color: Fern Green. HEX triplet: 55, 80 and 46. RGB value is (85,128,70). Sum of RGB (Red+Green+Blue) = 85+128+70=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #558046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558046 is #AA7FB9. Grayscale: #6C6C6C. Windows color (decimal): -11173818 or 4620373. OLE color: 4620373.

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

Color convert

RGB 85 128 70 -
CMYK 0.34 0 0.45 0.50
HSL 104.48º 0.29% 0.39% -
HSV(B) 104.48º 0.45% 0.5% -
XYZ 12.57 17.81 8.57 -
YUV 108.53 106.25 111.22 -
System Red Green Blue C M Y K H S L
Decimal 85 128 70 0.34 0 0.45 0.50 104.48 0.29 0.39
Hex 55 80 46 22 0 2D 32 68 1D 27
Octal 125 200 106 42 0 55 62 150 35 47
Binary 1010101 10000000 1000110 100010 0 101101 110010 1101000 11101 100111

Color Harmonies of #558046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558046

Black with #558046

Text Example


Text Example

White with #558046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558046; }

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

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

background-color css

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

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

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

border-color css

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

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

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