#466555

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

Shades of Viridian Green #466555

Tints of Viridian Green #466555

Color information

#466555 (or 0x466555) is unknown color: approx Viridian Green. HEX triplet: 46, 65 and 55. RGB value is (70,101,85). Sum of RGB (Red+Green+Blue) = 70+101+85=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #466555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466555 is #B99AAA. Grayscale: #595959. Windows color (decimal): -12163755 or 5596486. OLE color: 5596486.

HSL color Cylindrical-coordinate representation of color #466555: hue angle of 149.03º degrees, saturation: 0.18, 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 #466555 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB7010185-
CMYK0.3100.160.60
HSL149.03º18.13%33.53%-
HSV(B)149.03º30.69%39.61%-
XYZ8.8211.2710.3-
YUV89.91125.23113.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=27.34%
G=39.45%
B=33.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101850.3100.160.60149.0318.1333.53
Hex4665551F0103C951222
Octal10614512537020742252242
Binary100011011001011010101111110100001111001001010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466555; }

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

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

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

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

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

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

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

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