#3E7666

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

Shades of Viridian #3E7666

Tints of Viridian #3E7666

Color information

#3E7666 (or 0x3E7666) is unknown color: approx Viridian. HEX triplet: 3E, 76 and 66. RGB value is (62,118,102). Sum of RGB (Red+Green+Blue) = 62+118+102=282 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.99% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7666 is #C18999. Grayscale: #636363. Windows color (decimal): -12683674 or 6714942. OLE color: 6714942.

HSL color Cylindrical-coordinate representation of color #3E7666: hue angle of 162.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E7666 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB62118102-
CMYK0.4700.140.54
HSL162.86º31.11%35.29%-
HSV(B)162.86º47.46%46.27%-
XYZ10.8614.9414.88-
YUV99.43129.45101.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.99%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=21.99%
G=41.84%
B=36.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621181020.4700.140.54162.8631.1135.29
Hex3E76662F0E36a31f23
Octal7616614657016662433743
Binary11111011101101100110101111011101101101010001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E7666; }

 p { color: rgb(62,118,102); }

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

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

 a { background-color: rgb(62,118,102); }

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

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

 span { border-color: rgb(62,118,102); }

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