#46853B

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

Shades of Fern Green #46853B

Tints of Fern Green #46853B

Color information

#46853B (or 0x46853B) is unknown color: approx Fern Green. HEX triplet: 46, 85 and 3B. RGB value is (70,133,59). Sum of RGB (Red+Green+Blue) = 70+133+59=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 133 (52.34% from 255 or 50.76% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 133 - color contains mainly: green. Hex color #46853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46853B is #B97AC4. Grayscale: #696969. Windows color (decimal): -12155589 or 3900742. OLE color: 3900742.

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

Color convert

RGB7013359-
CMYK0.4700.560.48
HSL111.08º38.54%37.65%-
HSV(B)111.08º55.64%52.16%-
XYZ11.718.397.07-
YUV105.73101.63102.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 133 (52.34% from 255) = 50.76%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=26.72%
G=50.76%
B=22.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70133590.4700.560.48111.0838.5437.65
Hex46853B2F038306f2726
Octal1062057357070601574746
Binary10001101000010111101110111101110001100001101111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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