#46856B

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

Shades of Viridian #46856B

Tints of Viridian #46856B

Color information

#46856B (or 0x46856B) is unknown color: approx Viridian. HEX triplet: 46, 85 and 6B. RGB value is (70,133,107). Sum of RGB (Red+Green+Blue) = 70+133+107=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #46856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46856B is #B97A94. Grayscale: #6F6F6F. Windows color (decimal): -12155541 or 7046470. OLE color: 7046470.

HSL color Cylindrical-coordinate representation of color #46856B: hue angle of 155.24º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46856B is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB70133107-
CMYK0.4700.200.48
HSL155.24º31.03%39.8%-
HSV(B)155.24º47.37%52.16%-
XYZ13.5719.1416.89-
YUV111.2125.6398.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.58%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=22.58%
G=42.90%
B=34.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331070.4700.200.48155.2431.0339.8
Hex46856B2F014309b1f28
Octal10620515357024602333750
Binary10001101000010111010111011110101001100001001101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46856B; }

 p { color: rgb(70,133,107); }

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

<style>
 a { background-color: #46856B; }

 a { background-color: rgb(70,133,107); }

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

<style>
 span { border-color: #46856B; }

 span { border-color: rgb(70,133,107); }

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