#46823F

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

Shades of Fern Green #46823F

Tints of Fern Green #46823F

Color information

#46823F (or 0x46823F) is unknown color: approx Fern Green. HEX triplet: 46, 82 and 3F. RGB value is (70,130,63). Sum of RGB (Red+Green+Blue) = 70+130+63=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #46823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46823F is #B97DC0. Grayscale: #686868. Windows color (decimal): -12156353 or 4162118. OLE color: 4162118.

HSL color Cylindrical-coordinate representation of color #46823F: hue angle of 113.73º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46823F is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB7013063-
CMYK0.4600.520.49
HSL113.73º34.72%37.84%-
HSV(B)113.73º51.54%50.98%-
XYZ11.4117.637.5-
YUV104.42104.62103.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.62%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 63 (25% from 255) = 23.95%
R=26.62%
G=49.43%
B=23.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130630.4600.520.49113.7334.7237.84
Hex46823F2E03431722326
Octal1062027756064611624346
Binary10001101000001011111110111001101001100011110010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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