#46873B

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

Shades of Fern Green #46873B

Tints of Fern Green #46873B

Color information

#46873B (or 0x46873B) is unknown color: approx Fern Green. HEX triplet: 46, 87 and 3B. RGB value is (70,135,59). Sum of RGB (Red+Green+Blue) = 70+135+59=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 135 (53.12% from 255 or 51.14% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 135 - color contains mainly: green. Hex color #46873B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46873B is #B978C4. Grayscale: #6B6B6B. Windows color (decimal): -12155077 or 3901254. OLE color: 3901254.

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

Color convert

RGB7013559-
CMYK0.4800.560.47
HSL111.32º39.18%38.04%-
HSV(B)111.32º56.3%52.94%-
XYZ11.9818.957.16-
YUV106.9100.97101.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 135 (53.12% from 255) = 51.14%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=26.52%
G=51.14%
B=22.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70135590.4800.560.47111.3239.1838.04
Hex46873B300382F6f2726
Octal1062077360070571574746
Binary10001101000011111101111000001110001011111101111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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