#3C8A76

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

Shades of Viridian #3C8A76

Tints of Viridian #3C8A76

Color information

#3C8A76 (or 0x3C8A76) is unknown color: approx Viridian. HEX triplet: 3C, 8A and 76. RGB value is (60,138,118). Sum of RGB (Red+Green+Blue) = 60+138+118=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A76 is #C37589. Grayscale: #707070. Windows color (decimal): -12809610 or 7768636. OLE color: 7768636.

HSL color Cylindrical-coordinate representation of color #3C8A76: hue angle of 164.62º 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 #3C8A76 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB60138118-
CMYK0.5700.140.46
HSL164.62º39.39%38.82%-
HSV(B)164.62º56.52%54.12%-
XYZ14.2220.4520.34-
YUV112.4131.1690.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 138 (54.30% from 255) = 43.67%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=18.99%
G=43.67%
B=37.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal601381180.5700.140.46164.6239.3938.82
Hex3C8A76390E2Ea52727
Octal7421216671016562454747
Binary1111001000101011101101110010111010111010100101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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