Html Css Color HEX #557346 Fern Green

📋 copy color: '#557346'

red 85 ◦ green 115 ◦ blue 70

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

Shades of Fern Green #557346

Tints of Fern Green #557346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.59%

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

R = 31.48%
G = 42.59%
B = 25.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#557346 (or 0x557346) is known color: Fern Green. HEX triplet: 55, 73 and 46. RGB value is (85,115,70). Sum of RGB (Red+Green+Blue) = 85+115+70=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #557346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557346 is #AA8CB9. Grayscale: #656565. Windows color (decimal): -11177146 or 4617045. OLE color: 4617045.

HSL color Cylindrical-coordinate representation of color #557346: hue angle of 100º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557346 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 115 70 -
CMYK 0.26 0 0.39 0.55
HSL 100º 0.24% 0.36% -
HSV(B) 100º 0.39% 0.45% -
XYZ 10.98 14.63 8.04 -
YUV 100.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 85 115 70 0.26 0 0.39 0.55 100 0.24 0.36
Hex 55 73 46 1A 0 27 37 64 18 24
Octal 125 163 106 32 0 47 67 144 30 44
Binary 1010101 1110011 1000110 11010 0 100111 110111 1100100 11000 100100

Color Harmonies of #557346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557346

Black with #557346

Text Example


Text Example

White with #557346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557346; }

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

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

background-color css

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

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

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

border-color css

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

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

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