#466055

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

Shades of Viridian Green #466055

Tints of Viridian Green #466055

Color information

#466055 (or 0x466055) is unknown color: approx Viridian Green. HEX triplet: 46, 60 and 55. RGB value is (70,96,85). Sum of RGB (Red+Green+Blue) = 70+96+85=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #466055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466055 is #B99FAA. Grayscale: #565656. Windows color (decimal): -12165035 or 5595206. OLE color: 5595206.

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

Color convert

RGB709685-
CMYK0.2700.110.62
HSL154.62º15.66%32.55%-
HSV(B)154.62º27.08%37.65%-
XYZ8.3510.3210.15-
YUV86.97126.89115.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=27.89%
G=38.25%
B=33.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096850.2700.110.62154.6215.6632.55
Hex4660551B0B3E9b1021
Octal10614012533013762332041
Binary10001101100000101010111011010111111101001101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466055; }

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

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

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

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

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

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

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

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