#3C7761

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

Shades of Viridian #3C7761

Tints of Viridian #3C7761

Color information

#3C7761 (or 0x3C7761) is unknown color: approx Viridian. HEX triplet: 3C, 77 and 61. RGB value is (60,119,97). Sum of RGB (Red+Green+Blue) = 60+119+97=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7761 is #C3889E. Grayscale: #626262. Windows color (decimal): -12814495 or 6387516. OLE color: 6387516.

HSL color Cylindrical-coordinate representation of color #3C7761: hue angle of 157.63º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7761 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB6011997-
CMYK0.5000.180.53
HSL157.63º32.96%35.1%-
HSV(B)157.63º49.58%46.67%-
XYZ10.6215.0213.65-
YUV98.85126.95100.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=21.74%
G=43.12%
B=35.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60119970.5000.180.53157.6332.9635.1
Hex3C776132012359e2123
Octal7416714162022652364143
Binary1111001110111110000111001001001011010110011110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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