#3B7661

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

Shades of Viridian #3B7661

Tints of Viridian #3B7661

Color information

#3B7661 (or 0x3B7661) is unknown color: approx Viridian. HEX triplet: 3B, 76 and 61. RGB value is (59,118,97). Sum of RGB (Red+Green+Blue) = 59+118+97=274 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.53% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7661 is #C4899E. Grayscale: #616161. Windows color (decimal): -12880287 or 6387259. OLE color: 6387259.

HSL color Cylindrical-coordinate representation of color #3B7661: hue angle of 158.64º 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 #3B7661 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB5911897-
CMYK0.5000.180.54
HSL158.64º33.33%34.71%-
HSV(B)158.64º50%46.27%-
XYZ10.4414.7513.61-
YUV97.96127.45100.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.53%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=21.53%
G=43.07%
B=35.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59118970.5000.180.54158.6433.3334.71
Hex3B766132012369f2123
Octal7316614162022662374143
Binary1110111110110110000111001001001011011010011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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