#3B7660

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

Shades of Viridian #3B7660

Tints of Viridian #3B7660

Color information

#3B7660 (or 0x3B7660) is unknown color: approx Viridian. HEX triplet: 3B, 76 and 60. RGB value is (59,118,96). Sum of RGB (Red+Green+Blue) = 59+118+96=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7660 is #C4899F. Grayscale: #616161. Windows color (decimal): -12880288 or 6321723. OLE color: 6321723.

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

Color convert

RGB5911896-
CMYK0.5000.190.54
HSL157.63º33.33%34.71%-
HSV(B)157.63º50%46.27%-
XYZ10.3914.7313.36-
YUV97.85126.95100.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.61%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=21.61%
G=43.22%
B=35.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118960.5000.190.54157.6333.3334.71
Hex3B766032013369e2123
Octal7316614062023662364143
Binary1110111110110110000011001001001111011010011110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,96); }

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

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

 a { background-color: rgb(59,118,96); }

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

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

 span { border-color: rgb(59,118,96); }

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