#46853E

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

Shades of Fern Green #46853E

Tints of Fern Green #46853E

Color information

#46853E (or 0x46853E) is unknown color: approx Fern Green. HEX triplet: 46, 85 and 3E. RGB value is (70,133,62). Sum of RGB (Red+Green+Blue) = 70+133+62=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #46853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46853E is #B97AC1. Grayscale: #6A6A6A. Windows color (decimal): -12155586 or 4097350. OLE color: 4097350.

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

Color convert

RGB7013362-
CMYK0.4700.530.48
HSL113.24º36.41%38.24%-
HSV(B)113.24º53.38%52.16%-
XYZ11.7818.427.49-
YUV106.07103.13102.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=26.42%
G=50.19%
B=23.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133620.4700.530.48113.2436.4138.24
Hex46853E2F03530712426
Octal1062057657065601614446
Binary10001101000010111111010111101101011100001110001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46853E; }

 p { color: rgb(70,133,62); }

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

<style>
 a { background-color: #46853E; }

 a { background-color: rgb(70,133,62); }

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

<style>
 span { border-color: #46853E; }

 span { border-color: rgb(70,133,62); }

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