#3D7963

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

Shades of Viridian #3D7963

Tints of Viridian #3D7963

Color information

#3D7963 (or 0x3D7963) is unknown color: approx Viridian. HEX triplet: 3D, 79 and 63. RGB value is (61,121,99). Sum of RGB (Red+Green+Blue) = 61+121+99=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #3D7963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7963 is #C2869C. Grayscale: #646464. Windows color (decimal): -12748445 or 6519101. OLE color: 6519101.

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

Color convert

RGB6112199-
CMYK0.5000.180.53
HSL158º32.97%35.69%-
HSV(B)158º49.59%47.45%-
XYZ11.0115.5714.23-
YUV100.55127.1299.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=21.71%
G=43.06%
B=35.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61121990.5000.180.5315832.9735.69
Hex3D796332012359e2124
Octal7517114362022652364144
Binary1111011111001110001111001001001011010110011110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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