#3D7B66

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

Shades of Viridian #3D7B66

Tints of Viridian #3D7B66

Color information

#3D7B66 (or 0x3D7B66) is unknown color: approx Viridian. HEX triplet: 3D, 7B and 66. RGB value is (61,123,102). Sum of RGB (Red+Green+Blue) = 61+123+102=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B66 is #C28499. Grayscale: #666666. Windows color (decimal): -12747930 or 6716221. OLE color: 6716221.

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

Color convert

RGB61123102-
CMYK0.5000.170.52
HSL159.68º33.7%36.08%-
HSV(B)159.68º50.41%48.24%-
XYZ11.4116.1215.08-
YUV102.07127.9698.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 123 (48.44% from 255) = 43.01%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=21.33%
G=43.01%
B=35.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611231020.5000.170.52159.6833.736.08
Hex3D7B663201134a02224
Octal7517314662021642404244
Binary1111011111011110011011001001000111010010100000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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