#3E8969

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

Shades of Viridian #3E8969

Tints of Viridian #3E8969

Color information

#3E8969 (or 0x3E8969) is unknown color: approx Viridian. HEX triplet: 3E, 89 and 69. RGB value is (62,137,105). Sum of RGB (Red+Green+Blue) = 62+137+105=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #3E8969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8969 is #C17696. Grayscale: #6E6E6E. Windows color (decimal): -12678807 or 6916414. OLE color: 6916414.

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

Color convert

RGB62137105-
CMYK0.5500.230.46
HSL154.4º37.69%39.02%-
HSV(B)154.4º54.74%53.73%-
XYZ13.4819.9416.5-
YUV110.93124.6593.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.39%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=20.39%
G=45.07%
B=34.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal621371050.5500.230.46154.437.6939.02
Hex3E8969370172E9a2627
Octal7621115167027562324647
Binary11111010001001110100111011101011110111010011010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E8969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,137,105); }

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

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

 a { background-color: rgb(62,137,105); }

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

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

 span { border-color: rgb(62,137,105); }

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