#3D7462

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

Shades of Viridian #3D7462

Tints of Viridian #3D7462

Color information

#3D7462 (or 0x3D7462) is unknown color: approx Viridian. HEX triplet: 3D, 74 and 62. RGB value is (61,116,98). Sum of RGB (Red+Green+Blue) = 61+116+98=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #3D7462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7462 is #C28B9D. Grayscale: #616161. Windows color (decimal): -12749726 or 6452285. OLE color: 6452285.

HSL color Cylindrical-coordinate representation of color #3D7462: hue angle of 160.36º 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 #3D7462 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB6111698-
CMYK0.4700.160.55
HSL160.36º31.07%34.71%-
HSV(B)160.36º47.41%45.49%-
XYZ10.3714.3613.78-
YUV97.5128.28101.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=22.18%
G=42.18%
B=35.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61116980.4700.160.55160.3631.0734.71
Hex3D74622F01037a01f23
Octal7516414257020672403743
Binary111101111010011000101011110100001101111010000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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