#466155

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

Shades of Viridian Green #466155

Tints of Viridian Green #466155

Color information

#466155 (or 0x466155) is unknown color: approx Viridian Green. HEX triplet: 46, 61 and 55. RGB value is (70,97,85). Sum of RGB (Red+Green+Blue) = 70+97+85=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #466155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466155 is #B99EAA. Grayscale: #575757. Windows color (decimal): -12164779 or 5595462. OLE color: 5595462.

HSL color Cylindrical-coordinate representation of color #466155: hue angle of 153.33º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #466155 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB709785-
CMYK0.2800.120.62
HSL153.33º16.17%32.75%-
HSV(B)153.33º27.84%38.04%-
XYZ8.4410.5110.18-
YUV87.56126.55115.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=27.78%
G=38.49%
B=33.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097850.2800.120.62153.3316.1732.75
Hex4661551C0C3E991021
Octal10614112534014762312041
Binary10001101100001101010111100011001111101001100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466155; }

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

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

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

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

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

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

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

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