#3C906F

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

Shades of Viridian #3C906F

Tints of Viridian #3C906F

Color information

#3C906F (or 0x3C906F) is unknown color: approx Viridian. HEX triplet: 3C, 90 and 6F. RGB value is (60,144,111). Sum of RGB (Red+Green+Blue) = 60+144+111=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #3C906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C906F is #C36F90. Grayscale: #737373. Windows color (decimal): -12808081 or 7311420. OLE color: 7311420.

HSL color Cylindrical-coordinate representation of color #3C906F: hue angle of 156.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C906F is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB60144111-
CMYK0.5800.230.44
HSL156.43º41.18%40%-
HSV(B)156.43º58.33%56.47%-
XYZ14.7122.0518.52-
YUV115.12125.6788.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=19.05%
G=45.71%
B=35.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601441110.5800.230.44156.4341.1840
Hex3C906F3A0172C9c2928
Octal7422015772027542345150
Binary11110010010000110111111101001011110110010011100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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