#3D796B

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

Shades of Viridian #3D796B

Tints of Viridian #3D796B

Color information

#3D796B (or 0x3D796B) is unknown color: approx Viridian. HEX triplet: 3D, 79 and 6B. RGB value is (61,121,107). Sum of RGB (Red+Green+Blue) = 61+121+107=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #3D796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D796B is #C28694. Grayscale: #656565. Windows color (decimal): -12748437 or 7043389. OLE color: 7043389.

HSL color Cylindrical-coordinate representation of color #3D796B: hue angle of 166º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D796B is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB61121107-
CMYK0.5000.120.53
HSL166º32.97%35.69%-
HSV(B)166º49.59%47.45%-
XYZ11.4215.7316.34-
YUV101.46131.1299.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.11%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=21.11%
G=41.87%
B=37.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611211070.5000.120.5316632.9735.69
Hex3D796B320C35a62124
Octal7517115362014652464144
Binary111101111100111010111100100110011010110100110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,121,107); }

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

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

 a { background-color: rgb(61,121,107); }

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

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

 span { border-color: rgb(61,121,107); }

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