#3F7662

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

Shades of Viridian #3F7662

Tints of Viridian #3F7662

Color information

#3F7662 (or 0x3F7662) is unknown color: approx Viridian. HEX triplet: 3F, 76 and 62. RGB value is (63,118,98). Sum of RGB (Red+Green+Blue) = 63+118+98=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7662 is #C0899D. Grayscale: #636363. Windows color (decimal): -12618142 or 6452799. OLE color: 6452799.

HSL color Cylindrical-coordinate representation of color #3F7662: hue angle of 158.18º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7662 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB6311898-
CMYK0.4700.170.54
HSL158.18º30.39%35.49%-
HSV(B)158.18º46.61%46.27%-
XYZ10.7314.913.86-
YUV99.28127.28102.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=22.58%
G=42.29%
B=35.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63118980.4700.170.54158.1830.3935.49
Hex3F76622F011369e1e23
Octal7716614257021662363643
Binary111111111011011000101011110100011101101001111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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