#3D9375

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

Shades of Viridian #3D9375

Tints of Viridian #3D9375

Color information

#3D9375 (or 0x3D9375) is unknown color: approx Viridian. HEX triplet: 3D, 93 and 75. RGB value is (61,147,117). Sum of RGB (Red+Green+Blue) = 61+147+117=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #3D9375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9375 is #C26C8A. Grayscale: #757575. Windows color (decimal): -12741771 or 7705405. OLE color: 7705405.

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

Color convert

RGB61147117-
CMYK0.5900.200.42
HSL159.07º41.35%40.78%-
HSV(B)159.07º58.5%57.65%-
XYZ15.5723.1420.48-
YUV117.87127.5187.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 117 (46.09% from 255) = 36%
R=18.77%
G=45.23%
B=36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611471170.5900.200.42159.0741.3540.78
Hex3D93753B0142A9f2929
Octal7522316573024522375151
Binary11110110010011111010111101101010010101010011111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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