#3D7560

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

Shades of Viridian #3D7560

Tints of Viridian #3D7560

Color information

#3D7560 (or 0x3D7560) is unknown color: approx Viridian. HEX triplet: 3D, 75 and 60. RGB value is (61,117,96). Sum of RGB (Red+Green+Blue) = 61+117+96=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7560 is #C28A9F. Grayscale: #616161. Windows color (decimal): -12749472 or 6321469. OLE color: 6321469.

HSL color Cylindrical-coordinate representation of color #3D7560: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7560 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB6111796-
CMYK0.4800.180.54
HSL157.5º31.46%34.9%-
HSV(B)157.5º47.86%45.88%-
XYZ10.414.5613.33-
YUV97.86126.95101.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.26%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=22.26%
G=42.70%
B=35.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61117960.4800.180.54157.531.4634.9
Hex3D756030012369e1f23
Octal7516514060022662363743
Binary111101111010111000001100000100101101101001111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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