#3E8676

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

Shades of Viridian #3E8676

Tints of Viridian #3E8676

Color information

#3E8676 (or 0x3E8676) is unknown color: approx Viridian. HEX triplet: 3E, 86 and 76. RGB value is (62,134,118). Sum of RGB (Red+Green+Blue) = 62+134+118=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #3E8676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8676 is #C17989. Grayscale: #6E6E6E. Windows color (decimal): -12679562 or 7767614. OLE color: 7767614.

HSL color Cylindrical-coordinate representation of color #3E8676: hue angle of 166.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8676 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB62134118-
CMYK0.5400.120.47
HSL166.67º36.73%38.43%-
HSV(B)166.67º53.73%52.55%-
XYZ13.7819.3820.15-
YUV110.65132.1593.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.75%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=19.75%
G=42.68%
B=37.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621341180.5400.120.47166.6736.7338.43
Hex3E8676360C2Fa72526
Octal7620616666014572474546
Binary1111101000011011101101101100110010111110100111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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