#467D64

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

Shades of Viridian #467D64

Tints of Viridian #467D64

Color information

#467D64 (or 0x467D64) is unknown color: approx Viridian. HEX triplet: 46, 7D and 64. RGB value is (70,125,100). Sum of RGB (Red+Green+Blue) = 70+125+100=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 125 - color contains mainly: green. Hex color #467D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467D64 is #B9829B. Grayscale: #696969. Windows color (decimal): -12157596 or 6585670. OLE color: 6585670.

HSL color Cylindrical-coordinate representation of color #467D64: hue angle of 152.73º 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 #467D64 is Cyan = 0.44, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB70125100-
CMYK0.4400.20.51
HSL152.73º28.21%38.24%-
HSV(B)152.73º44%49.02%-
XYZ12.1616.8914.68-
YUV105.71124.78102.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 125 (49.22% from 255) = 42.37%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=23.73%
G=42.37%
B=33.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701251000.4400.20.51152.7328.2138.24
Hex467D642C01433991c26
Octal10617514454024632313446
Binary1000110111110111001001011000101001100111001100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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