#3B9672

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

Shades of Viridian #3B9672

Tints of Viridian #3B9672

Color information

#3B9672 (or 0x3B9672) is unknown color: approx Viridian. HEX triplet: 3B, 96 and 72. RGB value is (59,150,114). Sum of RGB (Red+Green+Blue) = 59+150+114=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #3B9672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9672 is #C4698D. Grayscale: #767676. Windows color (decimal): -12872078 or 7509563. OLE color: 7509563.

HSL color Cylindrical-coordinate representation of color #3B9672: hue angle of 156.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9672 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB59150114-
CMYK0.6100.240.41
HSL156.26º43.54%40.98%-
HSV(B)156.26º60.67%58.82%-
XYZ15.7523.9619.71-
YUV118.69125.3585.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.27%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=18.27%
G=46.44%
B=35.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591501140.6100.240.41156.2643.5440.98
Hex3B96723D018299c2c29
Octal7322616275030512345451
Binary11101110010110111001011110101100010100110011100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,150,114); }

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

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

 a { background-color: rgb(59,150,114); }

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

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

 span { border-color: rgb(59,150,114); }

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