#3D9476

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

Shades of Viridian #3D9476

Tints of Viridian #3D9476

Color information

#3D9476 (or 0x3D9476) is unknown color: approx Viridian. HEX triplet: 3D, 94 and 76. RGB value is (61,148,118). Sum of RGB (Red+Green+Blue) = 61+148+118=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #3D9476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9476 is #C26B89. Grayscale: #767676. Windows color (decimal): -12741514 or 7771197. OLE color: 7771197.

HSL color Cylindrical-coordinate representation of color #3D9476: hue angle of 159.31º degrees, saturation: 0.42, 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 #3D9476 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB61148118-
CMYK0.5900.200.42
HSL159.31º41.63%40.98%-
HSV(B)159.31º58.78%58.04%-
XYZ15.7823.4820.84-
YUV118.57127.6886.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.65%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=18.65%
G=45.26%
B=36.09%

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
Decimal611481180.5900.200.42159.3141.6340.98
Hex3D94763B0142A9f2a29
Octal7522416673024522375251
Binary11110110010100111011011101101010010101010011111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,148,118); }

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

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

 a { background-color: rgb(61,148,118); }

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

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

 span { border-color: rgb(61,148,118); }

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