#46843F

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

Shades of Fern Green #46843F

Tints of Fern Green #46843F

Color information

#46843F (or 0x46843F) is unknown color: approx Fern Green. HEX triplet: 46, 84 and 3F. RGB value is (70,132,63). Sum of RGB (Red+Green+Blue) = 70+132+63=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #46843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46843F is #B97BC0. Grayscale: #696969. Windows color (decimal): -12155841 or 4162630. OLE color: 4162630.

HSL color Cylindrical-coordinate representation of color #46843F: hue angle of 113.91º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46843F is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB7013263-
CMYK0.4700.520.48
HSL113.91º35.38%38.24%-
HSV(B)113.91º52.27%51.76%-
XYZ11.6718.167.59-
YUV105.6103.96102.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 63 (25% from 255) = 23.77%
R=26.42%
G=49.81%
B=23.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70132630.4700.520.48113.9135.3838.24
Hex46843F2F03430722326
Octal1062047757064601624346
Binary10001101000010011111110111101101001100001110010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46843F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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