#3B7561

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

Shades of Viridian #3B7561

Tints of Viridian #3B7561

Color information

#3B7561 (or 0x3B7561) is unknown color: approx Viridian. HEX triplet: 3B, 75 and 61. RGB value is (59,117,97). Sum of RGB (Red+Green+Blue) = 59+117+97=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7561 is #C48A9E. Grayscale: #616161. Windows color (decimal): -12880543 or 6387003. OLE color: 6387003.

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

Color convert

RGB5911797-
CMYK0.5000.170.54
HSL159.31º32.95%34.51%-
HSV(B)159.31º49.57%45.88%-
XYZ10.3214.5213.57-
YUV97.38127.78100.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.61%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=21.61%
G=42.86%
B=35.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59117970.5000.170.54159.3132.9534.51
Hex3B756132011369f2123
Octal7316514162021662374143
Binary1110111110101110000111001001000111011010011111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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