#46823C

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

Shades of Fern Green #46823C

Tints of Fern Green #46823C

Color information

#46823C (or 0x46823C) is unknown color: approx Fern Green. HEX triplet: 46, 82 and 3C. RGB value is (70,130,60). Sum of RGB (Red+Green+Blue) = 70+130+60=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #46823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46823C is #B97DC3. Grayscale: #686868. Windows color (decimal): -12156356 or 3965510. OLE color: 3965510.

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

Color convert

RGB7013060-
CMYK0.4600.540.49
HSL111.43º36.84%37.25%-
HSV(B)111.43º53.85%50.98%-
XYZ11.3217.597.07-
YUV104.08103.12103.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=26.92%
G=50%
B=23.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70130600.4600.540.49111.4336.8437.25
Hex46823C2E036316f2525
Octal1062027456066611574545
Binary10001101000001011110010111001101101100011101111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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