Html Css Color HEX #557946 Fern Green

📋 copy color: '#557946'

red 85 ◦ green 121 ◦ blue 70

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

Shades of Fern Green #557946

Tints of Fern Green #557946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.84%

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

R = 30.8%
G = 43.84%
B = 25.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#557946 (or 0x557946) is known color: Fern Green. HEX triplet: 55, 79 and 46. RGB value is (85,121,70). Sum of RGB (Red+Green+Blue) = 85+121+70=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #557946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557946 is #AA86B9. Grayscale: #686868. Windows color (decimal): -11175610 or 4618581. OLE color: 4618581.

HSL color Cylindrical-coordinate representation of color #557946: hue angle of 102.35º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557946 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 70 -
CMYK 0.30 0 0.42 0.53
HSL 102.35º 0.27% 0.37% -
HSV(B) 102.35º 0.42% 0.47% -
XYZ 11.69 16.05 8.28 -
YUV 104.42 108.57 114.15 -
System Red Green Blue C M Y K H S L
Decimal 85 121 70 0.30 0 0.42 0.53 102.35 0.27 0.37
Hex 55 79 46 1E 0 2A 35 66 1B 25
Octal 125 171 106 36 0 52 65 146 33 45
Binary 1010101 1111001 1000110 11110 0 101010 110101 1100110 11011 100101

Color Harmonies of #557946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557946

Black with #557946

Text Example


Text Example

White with #557946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557946; }

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

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

background-color css

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

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

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

border-color css

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

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

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