#46733F

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

Shades of Fern Green #46733F

Tints of Fern Green #46733F

Color information

#46733F (or 0x46733F) is unknown color: approx Fern Green. HEX triplet: 46, 73 and 3F. RGB value is (70,115,63). Sum of RGB (Red+Green+Blue) = 70+115+63=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #46733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46733F is #B98CC0. Grayscale: #5F5F5F. Windows color (decimal): -12160193 or 4158278. OLE color: 4158278.

HSL color Cylindrical-coordinate representation of color #46733F: hue angle of 111.92º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46733F is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB7011563-
CMYK0.3900.450.55
HSL111.92º29.21%34.9%-
HSV(B)111.92º45.22%45.1%-
XYZ9.5513.926.89-
YUV95.62109.59109.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.23%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 63 (25% from 255) = 25.40%
R=28.23%
G=46.37%
B=25.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70115630.3900.450.55111.9229.2134.9
Hex46733F2702D37701d23
Octal1061637747055671603543
Binary100011011100111111111001110101101110111111000011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46733F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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