Html Css Color HEX #558340 Fern Green

📋 copy color: '#558340'

red 85 ◦ green 131 ◦ blue 64

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

Shades of Fern Green #558340

Tints of Fern Green #558340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.79%

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

R = 30.36%
G = 46.79%
B = 22.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#558340 (or 0x558340) is known color: Fern Green. HEX triplet: 55, 83 and 40. RGB value is (85,131,64). Sum of RGB (Red+Green+Blue) = 85+131+64=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #558340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558340 is #AA7CBF. Grayscale: #6D6D6D. Windows color (decimal): -11173056 or 4227925. OLE color: 4227925.

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

Color convert

RGB 85 131 64 -
CMYK 0.35 0 0.51 0.49
HSL 101.19º 0.34% 0.38% -
HSV(B) 101.19º 0.51% 0.51% -
XYZ 12.79 18.53 7.75 -
YUV 109.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 85 131 64 0.35 0 0.51 0.49 101.19 0.34 0.38
Hex 55 83 40 23 0 33 31 65 22 26
Octal 125 203 100 43 0 63 61 145 42 46
Binary 1010101 10000011 1000000 100011 0 110011 110001 1100101 100010 100110

Color Harmonies of #558340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558340

Black with #558340

Text Example


Text Example

White with #558340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558340; }

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

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

background-color css

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

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

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

border-color css

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

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

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