Html Css Color HEX #557646 Fern Green

📋 copy color: '#557646'

red 85 ◦ green 118 ◦ blue 70

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

Shades of Fern Green #557646

Tints of Fern Green #557646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

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

R = 31.14%
G = 43.22%
B = 25.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#557646 (or 0x557646) is known color: Fern Green. HEX triplet: 55, 76 and 46. RGB value is (85,118,70). Sum of RGB (Red+Green+Blue) = 85+118+70=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #557646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557646 is #AA89B9. Grayscale: #666666. Windows color (decimal): -11176378 or 4617813. OLE color: 4617813.

HSL color Cylindrical-coordinate representation of color #557646: hue angle of 101.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557646 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 70 -
CMYK 0.28 0 0.41 0.54
HSL 101.25º 0.26% 0.37% -
HSV(B) 101.25º 0.41% 0.46% -
XYZ 11.33 15.33 8.16 -
YUV 102.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 85 118 70 0.28 0 0.41 0.54 101.25 0.26 0.37
Hex 55 76 46 1C 0 29 36 65 1A 25
Octal 125 166 106 34 0 51 66 145 32 45
Binary 1010101 1110110 1000110 11100 0 101001 110110 1100101 11010 100101

Color Harmonies of #557646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557646

Black with #557646

Text Example


Text Example

White with #557646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557646; }

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

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

background-color css

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

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

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

border-color css

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

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

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