#3E8B76

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

Shades of Viridian #3E8B76

Tints of Viridian #3E8B76

Color information

#3E8B76 (or 0x3E8B76) is unknown color: approx Viridian. HEX triplet: 3E, 8B and 76. RGB value is (62,139,118). Sum of RGB (Red+Green+Blue) = 62+139+118=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8B76 is #C17489. Grayscale: #717171. Windows color (decimal): -12678282 or 7768894. OLE color: 7768894.

HSL color Cylindrical-coordinate representation of color #3E8B76: hue angle of 163.64º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8B76 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB62139118-
CMYK0.5500.150.45
HSL163.64º38.31%39.41%-
HSV(B)163.64º55.4%54.51%-
XYZ14.4920.820.39-
YUV113.58130.4991.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.44%
GREEN value IS 139 (54.69% from 255) = 43.57%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=19.44%
G=43.57%
B=36.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621391180.5500.150.45163.6438.3139.41
Hex3E8B76370F2Da42627
Octal7621316667017552444647
Binary1111101000101111101101101110111110110110100100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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