#467D66

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

Shades of Viridian #467D66

Tints of Viridian #467D66

Color information

#467D66 (or 0x467D66) is unknown color: approx Viridian. HEX triplet: 46, 7D and 66. RGB value is (70,125,102). Sum of RGB (Red+Green+Blue) = 70+125+102=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #467D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467D66 is #B98299. Grayscale: #696969. Windows color (decimal): -12157594 or 6716742. OLE color: 6716742.

HSL color Cylindrical-coordinate representation of color #467D66: hue angle of 154.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #467D66 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB70125102-
CMYK0.4400.180.51
HSL154.91º28.21%38.24%-
HSV(B)154.91º44%49.02%-
XYZ12.2616.9315.19-
YUV105.93125.78102.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 125 (49.22% from 255) = 42.09%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=23.57%
G=42.09%
B=34.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701251020.4400.180.51154.9128.2138.24
Hex467D662C012339b1c26
Octal10617514654022632333446
Binary1000110111110111001101011000100101100111001101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467D66; }

 p { color: rgb(70,125,102); }

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

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

 a { background-color: rgb(70,125,102); }

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

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

 span { border-color: rgb(70,125,102); }

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