Html Css Color HEX #3D9376 Viridian

📋 copy color: '#3D9376'

red 61 ◦ green 147 ◦ blue 118

#3D9376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #3D9376

Tints of Viridian #3D9376

RGB

 RED value IS 61 (24.22% from 255) = 18.71%

 GREEN value IS 147 (57.81% from 255) = 45.09%

 BLUE value IS 118 (46.48% from 255) = 36.2%

R = 18.71%
G = 45.09%
B = 36.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#3D9376 (or 0x3D9376) is known color: Viridian. HEX triplet: 3D, 93 and 76. RGB value is (61,147,118). Sum of RGB (Red+Green+Blue) = 61+147+118=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #3D9376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9376 is #C26C89. Grayscale: #767676. Windows color (decimal): -12741770 or 7770941. OLE color: 7770941.

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

Color convert

RGB 61 147 118 -
CMYK 0.59 0 0.20 0.42
HSL 159.77º 0.41% 0.41% -
HSV(B) 159.77º 0.59% 0.58% -
XYZ 15.63 23.17 20.79 -
YUV 117.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 61 147 118 0.59 0 0.20 0.42 159.77 0.41 0.41
Hex 3D 93 76 3B 0 14 2A A0 29 29
Octal 75 223 166 73 0 24 52 240 51 51
Binary 111101 10010011 1110110 111011 0 10100 101010 10100000 101001 101001

Color Harmonies of #3D9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9376

Black with #3D9376

Text Example


Text Example

White with #3D9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D9376;
 }
 .AnyTagClassName
 {
   color: #3D9376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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