#3B7560

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

Shades of Viridian #3B7560

Tints of Viridian #3B7560

Color information

#3B7560 (or 0x3B7560) is unknown color: approx Viridian. HEX triplet: 3B, 75 and 60. RGB value is (59,117,96). Sum of RGB (Red+Green+Blue) = 59+117+96=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7560 is #C48A9F. Grayscale: #616161. Windows color (decimal): -12880544 or 6321467. OLE color: 6321467.

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

Color convert

RGB5911796-
CMYK0.5000.180.54
HSL158.28º32.95%34.51%-
HSV(B)158.28º49.57%45.88%-
XYZ10.2814.513.32-
YUV97.26127.28100.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.69%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=21.69%
G=43.01%
B=35.29%

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
Decimal59117960.5000.180.54158.2832.9534.51
Hex3B756032012369e2123
Octal7316514062022662364143
Binary1110111110101110000011001001001011011010011110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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