Html Css Color HEX #558546 Fern Green

📋 copy color: '#558546'

red 85 ◦ green 133 ◦ blue 70

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

Shades of Fern Green #558546

Tints of Fern Green #558546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.18%

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

R = 29.51%
G = 46.18%
B = 24.31%

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

#558546 (or 0x558546) is known color: Fern Green. HEX triplet: 55, 85 and 46. RGB value is (85,133,70). Sum of RGB (Red+Green+Blue) = 85+133+70=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #558546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558546 is #AA7AB9. Grayscale: #6F6F6F. Windows color (decimal): -11172538 or 4621653. OLE color: 4621653.

HSL color Cylindrical-coordinate representation of color #558546: hue angle of 105.71º 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 #558546 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 70 -
CMYK 0.36 0 0.47 0.48
HSL 105.71º 0.31% 0.4% -
HSV(B) 105.71º 0.47% 0.52% -
XYZ 13.24 19.15 8.79 -
YUV 111.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 85 133 70 0.36 0 0.47 0.48 105.71 0.31 0.4
Hex 55 85 46 24 0 2F 30 6A 1F 28
Octal 125 205 106 44 0 57 60 152 37 50
Binary 1010101 10000101 1000110 100100 0 101111 110000 1101010 11111 101000

Color Harmonies of #558546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558546

Black with #558546

Text Example


Text Example

White with #558546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558546; }

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

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

background-color css

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

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

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

border-color css

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

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

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