#3E916D

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

Shades of Viridian #3E916D

Tints of Viridian #3E916D

Color information

#3E916D (or 0x3E916D) is unknown color: approx Viridian. HEX triplet: 3E, 91 and 6D. RGB value is (62,145,109). Sum of RGB (Red+Green+Blue) = 62+145+109=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #3E916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E916D is #C16E92. Grayscale: #747474. Windows color (decimal): -12676755 or 7180606. OLE color: 7180606.

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

Color convert

RGB62145109-
CMYK0.5700.250.43
HSL153.98º40.1%40.59%-
HSV(B)153.98º57.24%56.86%-
XYZ14.8722.3818-
YUV116.0812489.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.62%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=19.62%
G=45.89%
B=34.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal621451090.5700.250.43153.9840.140.59
Hex3E916D390192B9a2829
Octal7622115571031532325051
Binary11111010010001110110111100101100110101110011010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,145,109); }

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

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

 a { background-color: rgb(62,145,109); }

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

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

 span { border-color: rgb(62,145,109); }

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