#3D7662

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

Shades of Viridian #3D7662

Tints of Viridian #3D7662

Color information

#3D7662 (or 0x3D7662) is unknown color: approx Viridian. HEX triplet: 3D, 76 and 62. RGB value is (61,118,98). Sum of RGB (Red+Green+Blue) = 61+118+98=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7662 is #C2899D. Grayscale: #626262. Windows color (decimal): -12749214 or 6452797. OLE color: 6452797.

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

Color convert

RGB6111898-
CMYK0.4800.170.54
HSL158.95º31.84%35.1%-
HSV(B)158.95º48.31%46.27%-
XYZ10.6114.8313.86-
YUV98.68127.62101.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.02%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=22.02%
G=42.60%
B=35.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118980.4800.170.54158.9531.8435.1
Hex3D766230011369f2023
Octal7516614260021662374043
Binary1111011110110110001011000001000111011010011111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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