#466256

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

Shades of Viridian Green #466256

Tints of Viridian Green #466256

Color information

#466256 (or 0x466256) is unknown color: approx Viridian Green. HEX triplet: 46, 62 and 56. RGB value is (70,98,86). Sum of RGB (Red+Green+Blue) = 70+98+86=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 98 - color contains mainly: green. Hex color #466256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466256 is #B99DA9. Grayscale: #585858. Windows color (decimal): -12164522 or 5661254. OLE color: 5661254.

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

Color convert

RGB709886-
CMYK0.2900.120.62
HSL154.29º16.67%32.94%-
HSV(B)154.29º28.57%38.43%-
XYZ8.5710.7110.42-
YUV88.26126.72114.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=27.56%
G=38.58%
B=33.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098860.2900.120.62154.2916.6732.94
Hex4662561D0C3E9a1121
Octal10614212635014762322141
Binary10001101100010101011011101011001111101001101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466256; }

 p { color: rgb(70,98,86); }

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

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

 a { background-color: rgb(70,98,86); }

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

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

 span { border-color: rgb(70,98,86); }

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