Html Css Color HEX #558640 Fern Green

📋 copy color: '#558640'

red 85 ◦ green 134 ◦ blue 64

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

Shades of Fern Green #558640

Tints of Fern Green #558640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

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

R = 30.04%
G = 47.35%
B = 22.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#558640 (or 0x558640) is known color: Fern Green. HEX triplet: 55, 86 and 40. RGB value is (85,134,64). Sum of RGB (Red+Green+Blue) = 85+134+64=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #558640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558640 is #AA79BF. Grayscale: #6F6F6F. Windows color (decimal): -11172288 or 4228693. OLE color: 4228693.

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

Color convert

RGB 85 134 64 -
CMYK 0.37 0 0.52 0.47
HSL 102º 0.35% 0.39% -
HSV(B) 102º 0.52% 0.53% -
XYZ 13.2 19.35 7.89 -
YUV 111.37 101.27 109.19 -
System Red Green Blue C M Y K H S L
Decimal 85 134 64 0.37 0 0.52 0.47 102 0.35 0.39
Hex 55 86 40 25 0 34 2F 66 23 27
Octal 125 206 100 45 0 64 57 146 43 47
Binary 1010101 10000110 1000000 100101 0 110100 101111 1100110 100011 100111

Color Harmonies of #558640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558640

Black with #558640

Text Example


Text Example

White with #558640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558640; }

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

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

background-color css

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

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

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

border-color css

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

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

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