#3C9173

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

Shades of Viridian #3C9173

Tints of Viridian #3C9173

Color information

#3C9173 (or 0x3C9173) is unknown color: approx Viridian. HEX triplet: 3C, 91 and 73. RGB value is (60,145,115). Sum of RGB (Red+Green+Blue) = 60+145+115=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9173 is #C36E8C. Grayscale: #747474. Windows color (decimal): -12807821 or 7573820. OLE color: 7573820.

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

Color convert

RGB60145115-
CMYK0.5900.210.43
HSL158.82º41.46%40.2%-
HSV(B)158.82º58.62%56.86%-
XYZ15.0822.4519.76-
YUV116.16127.3487.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=18.75%
G=45.31%
B=35.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601451150.5900.210.43158.8241.4640.2
Hex3C91733B0152B9f2928
Octal7422116373025532375150
Binary11110010010001111001111101101010110101110011111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,145,115); }

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

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

 a { background-color: rgb(60,145,115); }

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

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

 span { border-color: rgb(60,145,115); }

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