#466857

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

Shades of Viridian Green #466857

Tints of Viridian Green #466857

Color information

#466857 (or 0x466857) is unknown color: approx Viridian Green. HEX triplet: 46, 68 and 57. RGB value is (70,104,87). Sum of RGB (Red+Green+Blue) = 70+104+87=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #466857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466857 is #B997A8. Grayscale: #5B5B5B. Windows color (decimal): -12162985 or 5728326. OLE color: 5728326.

HSL color Cylindrical-coordinate representation of color #466857: hue angle of 150º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466857 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB7010487-
CMYK0.3300.160.59
HSL150º19.54%34.12%-
HSV(B)150º32.69%40.78%-
XYZ9.211.8910.83-
YUV91.9125.24112.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=26.82%
G=39.85%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104870.3300.160.5915019.5434.12
Hex466857210103B961422
Octal10615012741020732262442
Binary1000110110100010101111000010100001110111001011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466857; }

 p { color: rgb(70,104,87); }

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

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

 a { background-color: rgb(70,104,87); }

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

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

 span { border-color: rgb(70,104,87); }

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