#55863C

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

Shades of Fern Green #55863C

Tints of Fern Green #55863C

Color information

#55863C (or 0x55863C) is unknown color: approx Fern Green. HEX triplet: 55, 86 and 3C. RGB value is (85,134,60). Sum of RGB (Red+Green+Blue) = 85+134+60=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #55863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55863C is #AA79C3. Grayscale: #6F6F6F. Windows color (decimal): -11172292 or 3966549. OLE color: 3966549.

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

Color convert

RGB8513460-
CMYK0.3700.550.47
HSL99.73º38.14%38.04%-
HSV(B)99.73º55.22%52.55%-
XYZ13.0919.317.31-
YUV110.9199.27109.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 134 (52.73% from 255) = 48.03%
BLUE value IS 60 (23.83% from 255) = 21.51%
R=30.47%
G=48.03%
B=21.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134600.3700.550.4799.7338.1438.04
Hex55863C250372F642626
Octal1252067445067571444646
Binary10101011000011011110010010101101111011111100100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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