Html Css Color HEX #558343 Fern Green

📋 copy color: '#558343'

red 85 ◦ green 131 ◦ blue 67

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

Shades of Fern Green #558343

Tints of Fern Green #558343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.67%

R = 30.04%
G = 46.29%
B = 23.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#558343 (or 0x558343) is known color: Fern Green. HEX triplet: 55, 83 and 43. RGB value is (85,131,67). Sum of RGB (Red+Green+Blue) = 85+131+67=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #558343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558343 is #AA7CBC. Grayscale: #6E6E6E. Windows color (decimal): -11173053 or 4424533. OLE color: 4424533.

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

Color convert

RGB 85 131 67 -
CMYK 0.35 0 0.49 0.49
HSL 103.13º 0.32% 0.39% -
HSV(B) 103.13º 0.49% 0.51% -
XYZ 12.88 18.57 8.22 -
YUV 109.95 103.76 110.2 -
System Red Green Blue C M Y K H S L
Decimal 85 131 67 0.35 0 0.49 0.49 103.13 0.32 0.39
Hex 55 83 43 23 0 31 31 67 20 27
Octal 125 203 103 43 0 61 61 147 40 47
Binary 1010101 10000011 1000011 100011 0 110001 110001 1100111 100000 100111

Color Harmonies of #558343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558343

Black with #558343

Text Example


Text Example

White with #558343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558343; }

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

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

background-color css

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

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

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

border-color css

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

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

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