Html Css Color HEX #557940 Fern Green

📋 copy color: '#557940'

red 85 ◦ green 121 ◦ blue 64

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

Shades of Fern Green #557940

Tints of Fern Green #557940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.7%

R = 31.48%
G = 44.81%
B = 23.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#557940 (or 0x557940) is known color: Fern Green. HEX triplet: 55, 79 and 40. RGB value is (85,121,64). Sum of RGB (Red+Green+Blue) = 85+121+64=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #557940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557940 is #AA86BF. Grayscale: #676767. Windows color (decimal): -11175616 or 4225365. OLE color: 4225365.

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

Color convert

RGB 85 121 64 -
CMYK 0.30 0 0.47 0.53
HSL 97.89º 0.31% 0.36% -
HSV(B) 97.89º 0.47% 0.47% -
XYZ 11.51 15.98 7.33 -
YUV 103.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 85 121 64 0.30 0 0.47 0.53 97.89 0.31 0.36
Hex 55 79 40 1E 0 2F 35 62 1F 24
Octal 125 171 100 36 0 57 65 142 37 44
Binary 1010101 1111001 1000000 11110 0 101111 110101 1100010 11111 100100

Color Harmonies of #557940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557940

Black with #557940

Text Example


Text Example

White with #557940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557940; }

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

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

background-color css

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

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

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

border-color css

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

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

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