#46803A

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

Shades of Fern Green #46803A

Tints of Fern Green #46803A

Color information

#46803A (or 0x46803A) is unknown color: approx Fern Green. HEX triplet: 46, 80 and 3A. RGB value is (70,128,58). Sum of RGB (Red+Green+Blue) = 70+128+58=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #46803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46803A is #B97FC5. Grayscale: #666666. Windows color (decimal): -12156870 or 3833926. OLE color: 3833926.

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

Color convert

RGB7012858-
CMYK0.4500.550.50
HSL109.71º37.63%36.47%-
HSV(B)109.71º54.69%50.2%-
XYZ11.0117.056.71-
YUV102.68102.78104.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 128 (50.39% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=27.34%
G=50%
B=22.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128580.4500.550.50109.7137.6336.47
Hex46803A2D037326e2624
Octal1062007255067621564644
Binary10001101000000011101010110101101111100101101110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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