#46803b

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

Shades of Fern Green #46803B

Tints of Fern Green #46803B

Color information

#46803B (or 0x46803B) is unknown color: approx Fern Green. HEX triplet: 46, 80 and 3B. RGB value is (70,128,59). Sum of RGB (Red+Green+Blue) = 70+128+59=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #46803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46803B is #B97FC4. Grayscale: #676767. Windows color (decimal): -12156869 or 3899462. OLE color: 3899462.

HSL color Cylindrical-coordinate representation of color #46803B: hue angle of 110.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46803B is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB7012859-
CMYK0.4500.540.50
HSL110.43º36.9%36.67%-
HSV(B)110.43º53.91%50.2%-
XYZ11.0317.066.85-
YUV102.79103.28104.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 128 (50.39% from 255) = 49.81%
BLUE value IS 59 (23.44% from 255) = 22.96%
R=27.24%
G=49.81%
B=22.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128590.4500.540.50110.4336.936.67
Hex46803B2D036326e2525
Octal1062007355066621564545
Binary10001101000000011101110110101101101100101101110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46803b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46803b; }

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

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

<style>
 a { background-color: #46803b; }

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

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

<style>
 span { border-color: #46803b; }

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

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