#55873F

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

Shades of Fern Green #55873F

Tints of Fern Green #55873F

Color information

#55873F (or 0x55873F) is unknown color: approx Fern Green. HEX triplet: 55, 87 and 3F. RGB value is (85,135,63). Sum of RGB (Red+Green+Blue) = 85+135+63=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #55873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55873F is #AA78C0. Grayscale: #707070. Windows color (decimal): -11172033 or 4163413. OLE color: 4163413.

HSL color Cylindrical-coordinate representation of color #55873F: hue angle of 101.67º 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 #55873F is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB8513563-
CMYK0.3700.530.47
HSL101.67º36.36%38.82%-
HSV(B)101.67º53.33%52.94%-
XYZ13.3119.627.79-
YUV111.84100.44108.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 63 (25% from 255) = 22.26%
R=30.04%
G=47.70%
B=22.26%

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
Decimal85135630.3700.530.47101.6736.3638.82
Hex55873F250352F662427
Octal1252077745065571464447
Binary10101011000011111111110010101101011011111100110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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