#3E7A66

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

Shades of Viridian #3E7A66

Tints of Viridian #3E7A66

Color information

#3E7A66 (or 0x3E7A66) is unknown color: approx Viridian. HEX triplet: 3E, 7A and 66. RGB value is (62,122,102). Sum of RGB (Red+Green+Blue) = 62+122+102=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A66 is #C18599. Grayscale: #656565. Windows color (decimal): -12682650 or 6715966. OLE color: 6715966.

HSL color Cylindrical-coordinate representation of color #3E7A66: hue angle of 160º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A66 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB62122102-
CMYK0.4900.160.52
HSL160º32.61%36.08%-
HSV(B)160º49.18%47.84%-
XYZ11.3415.915.04-
YUV101.78128.1299.63-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.68%
GREEN value IS 122 (48.05% from 255) = 42.66%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=21.68%
G=42.66%
B=35.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621221020.4900.160.5216032.6136.08
Hex3E7A663101034a02124
Octal7617214661020642404144
Binary1111101111010110011011000101000011010010100000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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