#46863F

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

Shades of Fern Green #46863F

Tints of Fern Green #46863F

Color information

#46863F (or 0x46863F) is unknown color: approx Fern Green. HEX triplet: 46, 86 and 3F. RGB value is (70,134,63). Sum of RGB (Red+Green+Blue) = 70+134+63=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #46863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46863F is #B979C0. Grayscale: #6A6A6A. Windows color (decimal): -12155329 or 4163142. OLE color: 4163142.

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

Color convert

RGB7013463-
CMYK0.4800.530.47
HSL114.08º36.04%38.63%-
HSV(B)114.08º52.99%52.55%-
XYZ11.9518.717.68-
YUV106.77103.3101.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 134 (52.73% from 255) = 50.19%
BLUE value IS 63 (25% from 255) = 23.60%
R=26.22%
G=50.19%
B=23.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134630.4800.530.47114.0836.0438.63
Hex46863F300352F722427
Octal1062067760065571624447
Binary10001101000011011111111000001101011011111110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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