Html Css Color HEX #558B3F Fern Green

📋 copy color: '#558B3F'

red 85 ◦ green 139 ◦ blue 63

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

Shades of Fern Green #558B3F

Tints of Fern Green #558B3F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.43%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 29.62%
G = 48.43%
B = 21.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#558B3F (or 0x558B3F) is known color: Fern Green. HEX triplet: 55, 8B and 3F. RGB value is (85,139,63). Sum of RGB (Red+Green+Blue) = 85+139+63=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #558B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558B3F is #AA74C0. Grayscale: #727272. Windows color (decimal): -11171009 or 4164437. OLE color: 4164437.

HSL color Cylindrical-coordinate representation of color #558B3F: hue angle of 102.63º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558B3F is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 139 63 -
CMYK 0.39 0 0.55 0.45
HSL 102.63º 0.38% 0.4% -
HSV(B) 102.63º 0.55% 0.55% -
XYZ 13.88 20.76 7.98 -
YUV 114.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 85 139 63 0.39 0 0.55 0.45 102.63 0.38 0.4
Hex 55 8B 3F 27 0 37 2D 67 26 28
Octal 125 213 77 47 0 67 55 147 46 50
Binary 1010101 10001011 111111 100111 0 110111 101101 1100111 100110 101000

Color Harmonies of #558B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558B3F

Black with #558B3F

Text Example


Text Example

White with #558B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558B3F; }

 p { color: rgb(85,139,63); }

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

background-color css

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

 a { background-color: rgb(85,139,63); }

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

border-color css

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

 span { border-color: rgb(85,139,63); }

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