#466655

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

Shades of Viridian Green #466655

Tints of Viridian Green #466655

Color information

#466655 (or 0x466655) is unknown color: approx Viridian Green. HEX triplet: 46, 66 and 55. RGB value is (70,102,85). Sum of RGB (Red+Green+Blue) = 70+102+85=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #466655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466655 is #B999AA. Grayscale: #5A5A5A. Windows color (decimal): -12163499 or 5596742. OLE color: 5596742.

HSL color Cylindrical-coordinate representation of color #466655: hue angle of 148.12º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466655 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.6.

Color convert

RGB7010285-
CMYK0.3100.170.6
HSL148.12º18.6%33.73%-
HSV(B)148.12º31.37%40%-
XYZ8.9211.4610.34-
YUV90.49124.9113.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=27.24%
G=39.69%
B=33.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102850.3100.170.6148.1218.633.73
Hex4666551F0113C941322
Octal10614612537021742242342
Binary100011011001101010101111110100011111001001010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466655; }

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

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

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

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

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

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

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

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