#467462

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

Shades of Viridian #467462

Tints of Viridian #467462

Color information

#467462 (or 0x467462) is unknown color: approx Viridian. HEX triplet: 46, 74 and 62. RGB value is (70,116,98). Sum of RGB (Red+Green+Blue) = 70+116+98=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #467462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467462 is #B98B9D. Grayscale: #646464. Windows color (decimal): -12159902 or 6452294. OLE color: 6452294.

HSL color Cylindrical-coordinate representation of color #467462: hue angle of 156.52º 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 #467462 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB7011698-
CMYK0.4000.160.55
HSL156.52º24.73%36.47%-
HSV(B)156.52º39.66%45.49%-
XYZ10.9814.6713.81-
YUV100.19126.76106.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=24.65%
G=40.85%
B=34.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116980.4000.160.55156.5224.7336.47
Hex46746228010379d1924
Octal10616414250020672353144
Binary1000110111010011000101010000100001101111001110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467462; }

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

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

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

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

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

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

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

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