#3D7262

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

Shades of Viridian #3D7262

Tints of Viridian #3D7262

Color information

#3D7262 (or 0x3D7262) is unknown color: approx Viridian. HEX triplet: 3D, 72 and 62. RGB value is (61,114,98). Sum of RGB (Red+Green+Blue) = 61+114+98=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7262 is #C28D9D. Grayscale: #606060. Windows color (decimal): -12750238 or 6451773. OLE color: 6451773.

HSL color Cylindrical-coordinate representation of color #3D7262: hue angle of 161.89º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7262 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB6111498-
CMYK0.4600.140.55
HSL161.89º30.29%34.31%-
HSV(B)161.89º46.49%44.71%-
XYZ10.1513.9113.71-
YUV96.33128.94102.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.34%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=22.34%
G=41.76%
B=35.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61114980.4600.140.55161.8930.2934.31
Hex3D72622E0E37a21e22
Octal7516214256016672423642
Binary11110111100101100010101110011101101111010001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,114,98); }

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

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

 a { background-color: rgb(61,114,98); }

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

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

 span { border-color: rgb(61,114,98); }

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