#466855

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

Shades of Viridian Green #466855

Tints of Viridian Green #466855

Color information

#466855 (or 0x466855) is unknown color: approx Viridian Green. HEX triplet: 46, 68 and 55. RGB value is (70,104,85). Sum of RGB (Red+Green+Blue) = 70+104+85=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #466855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466855 is #B997AA. Grayscale: #5B5B5B. Windows color (decimal): -12162987 or 5597254. OLE color: 5597254.

HSL color Cylindrical-coordinate representation of color #466855: hue angle of 146.47º 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 #466855 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB7010485-
CMYK0.3300.180.59
HSL146.47º19.54%34.12%-
HSV(B)146.47º32.69%40.78%-
XYZ9.1211.8610.4-
YUV91.67124.24112.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=27.03%
G=40.15%
B=32.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70104850.3300.180.59146.4719.5434.12
Hex466855210123B921422
Octal10615012541022732222442
Binary1000110110100010101011000010100101110111001001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466855; }

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

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

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

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

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

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

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

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