#3D7362

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

Shades of Viridian #3D7362

Tints of Viridian #3D7362

Color information

#3D7362 (or 0x3D7362) is unknown color: approx Viridian. HEX triplet: 3D, 73 and 62. RGB value is (61,115,98). Sum of RGB (Red+Green+Blue) = 61+115+98=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7362 is #C28C9D. Grayscale: #606060. Windows color (decimal): -12749982 or 6452029. OLE color: 6452029.

HSL color Cylindrical-coordinate representation of color #3D7362: hue angle of 161.11º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D7362 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB6111598-
CMYK0.4700.150.55
HSL161.11º30.68%34.51%-
HSV(B)161.11º46.96%45.1%-
XYZ10.2614.1413.74-
YUV96.92128.61102.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.26%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=22.26%
G=41.97%
B=35.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115980.4700.150.55161.1130.6834.51
Hex3D73622F0F37a11f23
Octal7516314257017672413743
Binary11110111100111100010101111011111101111010000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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