#55863F

Color #55863F Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #55863F

Tints of Fern Green #55863F

Color information

#55863F (or 0x55863F) is unknown color: approx Fern Green. HEX triplet: 55, 86 and 3F. RGB value is (85,134,63). Sum of RGB (Red+Green+Blue) = 85+134+63=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #55863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55863F is #AA79C0. Grayscale: #6F6F6F. Windows color (decimal): -11172289 or 4163157. OLE color: 4163157.

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

Color convert

RGB8513463-
CMYK0.3700.530.47
HSL101.41º36.04%38.63%-
HSV(B)101.41º52.99%52.55%-
XYZ13.1719.347.74-
YUV111.26100.77109.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 63 (25% from 255) = 22.34%
R=30.14%
G=47.52%
B=22.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134630.3700.530.47101.4136.0438.63
Hex55863F250352F652427
Octal1252067745065571454447
Binary10101011000011011111110010101101011011111100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55863F; }

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

 H1.HeaderClassName
 {
   color: #55863F;
 }
 .AnyTagClassName
 {
   color: #55863F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #55863F;
 }
 .BgClassName
 {
   background-color: #55863F;
 }
</style>
border-color css

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

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

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