#3D796A

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

Shades of Viridian #3D796A

Tints of Viridian #3D796A

Color information

#3D796A (or 0x3D796A) is unknown color: approx Viridian. HEX triplet: 3D, 79 and 6A. RGB value is (61,121,106). Sum of RGB (Red+Green+Blue) = 61+121+106=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #3D796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D796A is #C28695. Grayscale: #656565. Windows color (decimal): -12748438 or 6977853. OLE color: 6977853.

HSL color Cylindrical-coordinate representation of color #3D796A: hue angle of 165º 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 #3D796A is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB61121106-
CMYK0.5000.120.53
HSL165º32.97%35.69%-
HSV(B)165º49.59%47.45%-
XYZ11.3615.7116.07-
YUV101.35130.6299.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=21.18%
G=42.01%
B=36.81%

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
Decimal611211060.5000.120.5316532.9735.69
Hex3D796A320C35a52124
Octal7517115262014652454144
Binary111101111100111010101100100110011010110100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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