#3B9076

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

Shades of Viridian #3B9076

Tints of Viridian #3B9076

Color information

#3B9076 (or 0x3B9076) is unknown color: approx Viridian. HEX triplet: 3B, 90 and 76. RGB value is (59,144,118). Sum of RGB (Red+Green+Blue) = 59+144+118=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #3B9076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9076 is #C46F89. Grayscale: #737373. Windows color (decimal): -12873610 or 7770171. OLE color: 7770171.

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

Color convert

RGB59144118-
CMYK0.5900.180.44
HSL161.65º41.87%39.8%-
HSV(B)161.65º59.03%56.47%-
XYZ15.0522.1820.63-
YUV115.62129.3487.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=18.38%
G=44.86%
B=36.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591441180.5900.180.44161.6541.8739.8
Hex3B90763B0122Ca22a28
Octal7322016673022542425250
Binary11101110010000111011011101101001010110010100010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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