#467764

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

Shades of Viridian #467764

Tints of Viridian #467764

Color information

#467764 (or 0x467764) is unknown color: approx Viridian. HEX triplet: 46, 77 and 64. RGB value is (70,119,100). Sum of RGB (Red+Green+Blue) = 70+119+100=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #467764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467764 is #B9889B. Grayscale: #666666. Windows color (decimal): -12159132 or 6584134. OLE color: 6584134.

HSL color Cylindrical-coordinate representation of color #467764: hue angle of 156.73º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467764 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB70119100-
CMYK0.4100.160.53
HSL156.73º25.93%37.06%-
HSV(B)156.73º41.18%46.67%-
XYZ11.4215.4214.43-
YUV102.18126.77105.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=24.22%
G=41.18%
B=34.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701191000.4100.160.53156.7325.9337.06
Hex46776429010359d1a25
Octal10616714451020652353245
Binary1000110111011111001001010010100001101011001110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467764; }

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

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

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

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

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

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

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

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