#46816A

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

Shades of Viridian #46816A

Tints of Viridian #46816A

Color information

#46816A (or 0x46816A) is unknown color: approx Viridian. HEX triplet: 46, 81 and 6A. RGB value is (70,129,106). Sum of RGB (Red+Green+Blue) = 70+129+106=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #46816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46816A is #B97E95. Grayscale: #6C6C6C. Windows color (decimal): -12156566 or 6979910. OLE color: 6979910.

HSL color Cylindrical-coordinate representation of color #46816A: hue angle of 156.61º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46816A is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB70129106-
CMYK0.4600.180.49
HSL156.61º29.65%39.02%-
HSV(B)156.61º45.74%50.59%-
XYZ12.9818.0416.43-
YUV108.74126.45100.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=22.95%
G=42.30%
B=34.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701291060.4600.180.49156.6129.6539.02
Hex46816A2E012319d1e27
Octal10620115256022612353647
Binary10001101000000111010101011100100101100011001110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,129,106); }

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

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

 a { background-color: rgb(70,129,106); }

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

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

 span { border-color: rgb(70,129,106); }

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