#466053

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

Shades of Viridian Green #466053

Tints of Viridian Green #466053

Color information

#466053 (or 0x466053) is unknown color: approx Viridian Green. HEX triplet: 46, 60 and 53. RGB value is (70,96,83). Sum of RGB (Red+Green+Blue) = 70+96+83=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #466053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466053 is #B99FAC. Grayscale: #565656. Windows color (decimal): -12165037 or 5464134. OLE color: 5464134.

HSL color Cylindrical-coordinate representation of color #466053: hue angle of 150º 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 #466053 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB709683-
CMYK0.2700.140.62
HSL150º15.66%32.55%-
HSV(B)150º27.08%37.65%-
XYZ8.2710.299.73-
YUV86.74125.89116.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=28.11%
G=38.55%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096830.2700.140.6215015.6632.55
Hex4660531B0E3E961021
Octal10614012333016762262041
Binary10001101100000101001111011011101111101001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466053; }

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

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

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

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

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

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

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

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