#46796A

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

Shades of Viridian #46796A

Tints of Viridian #46796A

Color information

#46796A (or 0x46796A) is unknown color: approx Viridian. HEX triplet: 46, 79 and 6A. RGB value is (70,121,106). Sum of RGB (Red+Green+Blue) = 70+121+106=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #46796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46796A is #B98695. Grayscale: #686868. Windows color (decimal): -12158614 or 6977862. OLE color: 6977862.

HSL color Cylindrical-coordinate representation of color #46796A: hue angle of 162.35º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46796A is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB70121106-
CMYK0.4200.120.53
HSL162.35º26.7%37.45%-
HSV(B)162.35º42.15%47.45%-
XYZ11.9616.0216.1-
YUV104.04129.1103.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=23.57%
G=40.74%
B=35.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701211060.4200.120.53162.3526.737.45
Hex46796A2A0C35a21b25
Octal10617115252014652423345
Binary100011011110011101010101010011001101011010001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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