#3F7663

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

Shades of Viridian #3F7663

Tints of Viridian #3F7663

Color information

#3F7663 (or 0x3F7663) is unknown color: approx Viridian. HEX triplet: 3F, 76 and 63. RGB value is (63,118,99). Sum of RGB (Red+Green+Blue) = 63+118+99=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7663 is #C0899C. Grayscale: #636363. Windows color (decimal): -12618141 or 6518335. OLE color: 6518335.

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

Color convert

RGB6311899-
CMYK0.4700.160.54
HSL159.27º30.39%35.49%-
HSV(B)159.27º46.61%46.27%-
XYZ10.7814.9114.11-
YUV99.39127.78102.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.5%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=22.5%
G=42.14%
B=35.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63118990.4700.160.54159.2730.3935.49
Hex3F76632F010369f1e23
Octal7716614357020662373643
Binary111111111011011000111011110100001101101001111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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