#3D7566

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

Shades of Viridian #3D7566

Tints of Viridian #3D7566

Color information

#3D7566 (or 0x3D7566) is unknown color: approx Viridian. HEX triplet: 3D, 75 and 66. RGB value is (61,117,102). Sum of RGB (Red+Green+Blue) = 61+117+102=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7566 is #C28A99. Grayscale: #626262. Windows color (decimal): -12749466 or 6714685. OLE color: 6714685.

HSL color Cylindrical-coordinate representation of color #3D7566: hue angle of 163.93º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7566 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB61117102-
CMYK0.4800.130.54
HSL163.93º31.46%34.9%-
HSV(B)163.93º47.86%45.88%-
XYZ10.6814.6714.84-
YUV98.55129.95101.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=21.79%
G=41.79%
B=36.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611171020.4800.130.54163.9331.4634.9
Hex3D7566300D36a41f23
Octal7516514660015662443743
Binary11110111101011100110110000011011101101010010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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