#466054

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

Shades of Viridian Green #466054

Tints of Viridian Green #466054

Color information

#466054 (or 0x466054) is unknown color: approx Viridian Green. HEX triplet: 46, 60 and 54. RGB value is (70,96,84). Sum of RGB (Red+Green+Blue) = 70+96+84=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #466054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466054 is #B99FAB. Grayscale: #565656. Windows color (decimal): -12165036 or 5529670. OLE color: 5529670.

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

Color convert

RGB709684-
CMYK0.2700.120.62
HSL152.31º15.66%32.55%-
HSV(B)152.31º27.08%37.65%-
XYZ8.3110.319.94-
YUV86.86126.39115.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=28%
G=38.4%
B=33.6%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096840.2700.120.62152.3115.6632.55
Hex4660541B0C3E981021
Octal10614012433014762302041
Binary10001101100000101010011011011001111101001100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466054; }

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

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

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

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

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

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

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

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