#3D856D

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

Shades of Viridian #3D856D

Tints of Viridian #3D856D

Color information

#3D856D (or 0x3D856D) is unknown color: approx Viridian. HEX triplet: 3D, 85 and 6D. RGB value is (61,133,109). Sum of RGB (Red+Green+Blue) = 61+133+109=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #3D856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D856D is #C27A92. Grayscale: #6C6C6C. Windows color (decimal): -12745363 or 7177533. OLE color: 7177533.

HSL color Cylindrical-coordinate representation of color #3D856D: hue angle of 160º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D856D is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB61133109-
CMYK0.5400.180.48
HSL160º37.11%38.04%-
HSV(B)160º54.14%52.16%-
XYZ13.0718.8717.42-
YUV108.74128.1593.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.13%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=20.13%
G=43.89%
B=35.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611331090.5400.180.4816037.1138.04
Hex3D856D3601230a02526
Octal7520515566022602404546
Binary11110110000101110110111011001001011000010100000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,133,109); }

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

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

 a { background-color: rgb(61,133,109); }

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

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

 span { border-color: rgb(61,133,109); }

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