Html Css Color HEX #558140 Fern Green

📋 copy color: '#558140'

red 85 ◦ green 129 ◦ blue 64

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

Shades of Fern Green #558140

Tints of Fern Green #558140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.4%

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

R = 30.58%
G = 46.4%
B = 23.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#558140 (or 0x558140) is known color: Fern Green. HEX triplet: 55, 81 and 40. RGB value is (85,129,64). Sum of RGB (Red+Green+Blue) = 85+129+64=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #558140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558140 is #AA7EBF. Grayscale: #6C6C6C. Windows color (decimal): -11173568 or 4227413. OLE color: 4227413.

HSL color Cylindrical-coordinate representation of color #558140: hue angle of 100.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #558140 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 64 -
CMYK 0.34 0 0.50 0.49
HSL 100.62º 0.34% 0.38% -
HSV(B) 100.62º 0.5% 0.51% -
XYZ 12.52 18 7.67 -
YUV 108.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 85 129 64 0.34 0 0.50 0.49 100.62 0.34 0.38
Hex 55 81 40 22 0 32 31 65 22 26
Octal 125 201 100 42 0 62 61 145 42 46
Binary 1010101 10000001 1000000 100010 0 110010 110001 1100101 100010 100110

Color Harmonies of #558140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558140

Black with #558140

Text Example


Text Example

White with #558140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558140; }

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

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

background-color css

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

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

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

border-color css

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

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

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