Html Css Color HEX #557640 Fern Green

📋 copy color: '#557640'

red 85 ◦ green 118 ◦ blue 64

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

Shades of Fern Green #557640

Tints of Fern Green #557640

RGB

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

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

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

R = 31.84%
G = 44.19%
B = 23.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#557640 (or 0x557640) is known color: Fern Green. HEX triplet: 55, 76 and 40. RGB value is (85,118,64). Sum of RGB (Red+Green+Blue) = 85+118+64=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #557640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557640 is #AA89BF. Grayscale: #666666. Windows color (decimal): -11176384 or 4224597. OLE color: 4224597.

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

Color convert

RGB 85 118 64 -
CMYK 0.28 0 0.46 0.54
HSL 96.67º 0.3% 0.36% -
HSV(B) 96.67º 0.46% 0.46% -
XYZ 11.15 15.26 7.21 -
YUV 101.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 85 118 64 0.28 0 0.46 0.54 96.67 0.3 0.36
Hex 55 76 40 1C 0 2E 36 61 1E 24
Octal 125 166 100 34 0 56 66 141 36 44
Binary 1010101 1110110 1000000 11100 0 101110 110110 1100001 11110 100100

Color Harmonies of #557640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557640

Black with #557640

Text Example


Text Example

White with #557640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557640; }

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

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

background-color css

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

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

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

border-color css

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

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

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