#3C916F

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

Shades of Viridian #3C916F

Tints of Viridian #3C916F

Color information

#3C916F (or 0x3C916F) is unknown color: approx Viridian. HEX triplet: 3C, 91 and 6F. RGB value is (60,145,111). Sum of RGB (Red+Green+Blue) = 60+145+111=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #3C916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C916F is #C36E90. Grayscale: #737373. Windows color (decimal): -12807825 or 7311676. OLE color: 7311676.

HSL color Cylindrical-coordinate representation of color #3C916F: hue angle of 156º 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 #3C916F is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB60145111-
CMYK0.5900.230.43
HSL156º41.46%40.2%-
HSV(B)156º58.62%56.86%-
XYZ14.8622.3618.57-
YUV115.71125.3488.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.99%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=18.99%
G=45.89%
B=35.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601451110.5900.230.4315641.4640.2
Hex3C916F3B0172B9c2928
Octal7422115773027532345150
Binary11110010010001110111111101101011110101110011100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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