#3C8A6D

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

Shades of Viridian #3C8A6D

Tints of Viridian #3C8A6D

Color information

#3C8A6D (or 0x3C8A6D) is unknown color: approx Viridian. HEX triplet: 3C, 8A and 6D. RGB value is (60,138,109). Sum of RGB (Red+Green+Blue) = 60+138+109=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A6D is #C37592. Grayscale: #6F6F6F. Windows color (decimal): -12809619 or 7178812. OLE color: 7178812.

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

Color convert

RGB60138109-
CMYK0.5700.210.46
HSL157.69º39.39%38.82%-
HSV(B)157.69º56.52%54.12%-
XYZ13.7120.2417.65-
YUV111.37126.6691.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=19.54%
G=44.95%
B=35.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601381090.5700.210.46157.6939.3938.82
Hex3C8A6D390152E9e2727
Octal7421215571025562364747
Binary11110010001010110110111100101010110111010011110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,138,109); }

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

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

 a { background-color: rgb(60,138,109); }

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

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

 span { border-color: rgb(60,138,109); }

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