#3D9675

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

Shades of Viridian #3D9675

Tints of Viridian #3D9675

Color information

#3D9675 (or 0x3D9675) is unknown color: approx Viridian. HEX triplet: 3D, 96 and 75. RGB value is (61,150,117). Sum of RGB (Red+Green+Blue) = 61+150+117=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9675 is #C2698A. Grayscale: #777777. Windows color (decimal): -12741003 or 7706173. OLE color: 7706173.

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

Color convert

RGB61150117-
CMYK0.5900.220.41
HSL157.75º42.18%41.37%-
HSV(B)157.75º59.33%58.82%-
XYZ16.0424.0920.63-
YUV119.63126.5186.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=18.60%
G=45.73%
B=35.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611501170.5900.220.41157.7542.1841.37
Hex3D96753B016299e2a29
Octal7522616573026512365251
Binary11110110010110111010111101101011010100110011110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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