#3D7B68

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

Shades of Viridian #3D7B68

Tints of Viridian #3D7B68

Color information

#3D7B68 (or 0x3D7B68) is unknown color: approx Viridian. HEX triplet: 3D, 7B and 68. RGB value is (61,123,104). Sum of RGB (Red+Green+Blue) = 61+123+104=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B68 is #C28497. Grayscale: #666666. Windows color (decimal): -12747928 or 6847293. OLE color: 6847293.

HSL color Cylindrical-coordinate representation of color #3D7B68: hue angle of 161.61º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7B68 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB61123104-
CMYK0.5000.150.52
HSL161.61º33.7%36.08%-
HSV(B)161.61º50.41%48.24%-
XYZ11.5116.1615.61-
YUV102.3128.9698.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 123 (48.44% from 255) = 42.71%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=21.18%
G=42.71%
B=36.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611231040.5000.150.52161.6133.736.08
Hex3D7B68320F34a22224
Octal7517315062017642424244
Binary111101111101111010001100100111111010010100010100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,123,104); }

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

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

 a { background-color: rgb(61,123,104); }

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

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

 span { border-color: rgb(61,123,104); }

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