#467766

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

Shades of Viridian #467766

Tints of Viridian #467766

Color information

#467766 (or 0x467766) is unknown color: approx Viridian. HEX triplet: 46, 77 and 66. RGB value is (70,119,102). Sum of RGB (Red+Green+Blue) = 70+119+102=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #467766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467766 is #B98899. Grayscale: #666666. Windows color (decimal): -12159130 or 6715206. OLE color: 6715206.

HSL color Cylindrical-coordinate representation of color #467766: hue angle of 159.18º 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 #467766 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB70119102-
CMYK0.4100.140.53
HSL159.18º25.93%37.06%-
HSV(B)159.18º41.18%46.67%-
XYZ11.5215.4614.95-
YUV102.41127.77104.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=24.05%
G=40.89%
B=35.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701191020.4100.140.53159.1825.9337.06
Hex467766290E359f1a25
Octal10616714651016652373245
Binary100011011101111100110101001011101101011001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467766; }

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

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

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

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

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

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

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

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