#3E926F

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

Shades of Viridian #3E926F

Tints of Viridian #3E926F

Color information

#3E926F (or 0x3E926F) is unknown color: approx Viridian. HEX triplet: 3E, 92 and 6F. RGB value is (62,146,111). Sum of RGB (Red+Green+Blue) = 62+146+111=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #3E926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E926F is #C16D90. Grayscale: #747474. Windows color (decimal): -12676497 or 7311934. OLE color: 7311934.

HSL color Cylindrical-coordinate representation of color #3E926F: hue angle of 155º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E926F is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB62146111-
CMYK0.5800.240.43
HSL155º40.38%40.78%-
HSV(B)155º57.53%57.25%-
XYZ15.1322.7318.63-
YUV116.89124.6788.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.44%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=19.44%
G=45.77%
B=34.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal621461110.5800.240.4315540.3840.78
Hex3E926F3A0182B9b2829
Octal7622215772030532335051
Binary11111010010010110111111101001100010101110011011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,146,111); }

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

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

 a { background-color: rgb(62,146,111); }

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

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

 span { border-color: rgb(62,146,111); }

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