#3C7361

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

Shades of Viridian #3C7361

Tints of Viridian #3C7361

Color information

#3C7361 (or 0x3C7361) is unknown color: approx Viridian. HEX triplet: 3C, 73 and 61. RGB value is (60,115,97). Sum of RGB (Red+Green+Blue) = 60+115+97=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7361 is #C38C9E. Grayscale: #606060. Windows color (decimal): -12815519 or 6386492. OLE color: 6386492.

HSL color Cylindrical-coordinate representation of color #3C7361: hue angle of 160.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C7361 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB6011597-
CMYK0.4800.160.55
HSL160.36º31.43%34.31%-
HSV(B)160.36º47.83%45.1%-
XYZ10.1514.0913.49-
YUV96.5128.28101.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.06%
GREEN value IS 115 (45.31% from 255) = 42.28%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=22.06%
G=42.28%
B=35.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60115970.4800.160.55160.3631.4334.31
Hex3C73613001037a01f22
Octal7416314160020672403742
Binary111100111001111000011100000100001101111010000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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