#3E7C6F

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

Shades of Viridian #3E7C6F

Tints of Viridian #3E7C6F

Color information

#3E7C6F (or 0x3E7C6F) is unknown color: approx Viridian. HEX triplet: 3E, 7C and 6F. RGB value is (62,124,111). Sum of RGB (Red+Green+Blue) = 62+124+111=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C6F is #C18390. Grayscale: #676767. Windows color (decimal): -12682129 or 7306302. OLE color: 7306302.

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

Color convert

RGB62124111-
CMYK0.500.100.51
HSL167.42º33.33%36.47%-
HSV(B)167.42º50%48.63%-
XYZ12.0616.5917.6-
YUV103.98131.9698.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.88%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=20.88%
G=41.75%
B=37.37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal621241110.500.100.51167.4233.3336.47
Hex3E7C6F320A33a72124
Octal7617415762012632474144
Binary111110111110011011111100100101011001110100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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