#3D7660

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

Shades of Viridian #3D7660

Tints of Viridian #3D7660

Color information

#3D7660 (or 0x3D7660) is unknown color: approx Viridian. HEX triplet: 3D, 76 and 60. RGB value is (61,118,96). Sum of RGB (Red+Green+Blue) = 61+118+96=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7660 is #C2899F. Grayscale: #626262. Windows color (decimal): -12749216 or 6321725. OLE color: 6321725.

HSL color Cylindrical-coordinate representation of color #3D7660: hue angle of 156.84º degrees, saturation: 0.32, 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 #3D7660 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6111896-
CMYK0.4800.190.54
HSL156.84º31.84%35.1%-
HSV(B)156.84º48.31%46.27%-
XYZ10.5114.7913.37-
YUV98.45126.62101.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=22.18%
G=42.91%
B=34.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118960.4800.190.54156.8431.8435.1
Hex3D766030013369d2023
Octal7516614060023662354043
Binary1111011110110110000011000001001111011010011101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,96); }

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

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

 a { background-color: rgb(61,118,96); }

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

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

 span { border-color: rgb(61,118,96); }

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