#467463

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

Shades of Viridian #467463

Tints of Viridian #467463

Color information

#467463 (or 0x467463) is unknown color: approx Viridian. HEX triplet: 46, 74 and 63. RGB value is (70,116,99). Sum of RGB (Red+Green+Blue) = 70+116+99=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #467463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467463 is #B98B9C. Grayscale: #646464. Windows color (decimal): -12159901 or 6517830. OLE color: 6517830.

HSL color Cylindrical-coordinate representation of color #467463: hue angle of 157.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467463 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB7011699-
CMYK0.4000.150.55
HSL157.83º24.73%36.47%-
HSV(B)157.83º39.66%45.49%-
XYZ11.0214.6914.06-
YUV100.31127.26106.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=24.56%
G=40.70%
B=34.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116990.4000.150.55157.8324.7336.47
Hex467463280F379e1924
Octal10616414350017672363144
Binary100011011101001100011101000011111101111001111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467463; }

 p { color: rgb(70,116,99); }

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

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

 a { background-color: rgb(70,116,99); }

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

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

 span { border-color: rgb(70,116,99); }

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