#46703F

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

Shades of Fern Green #46703F

Tints of Fern Green #46703F

Color information

#46703F (or 0x46703F) is unknown color: approx Fern Green. HEX triplet: 46, 70 and 3F. RGB value is (70,112,63). Sum of RGB (Red+Green+Blue) = 70+112+63=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #46703F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46703F is #B98FC0. Grayscale: #5E5E5E. Windows color (decimal): -12160961 or 4157510. OLE color: 4157510.

HSL color Cylindrical-coordinate representation of color #46703F: hue angle of 111.43º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46703F is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB7011263-
CMYK0.3800.440.56
HSL111.43º28%34.31%-
HSV(B)111.43º43.75%43.92%-
XYZ9.2213.256.77-
YUV93.86110.59110.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 63 (25% from 255) = 25.71%
R=28.57%
G=45.71%
B=25.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112630.3800.440.56111.432834.31
Hex46703F2602C386f1c22
Octal1061607746054701573442
Binary100011011100001111111001100101100111000110111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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