#3F7665

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

Shades of Viridian #3F7665

Tints of Viridian #3F7665

Color information

#3F7665 (or 0x3F7665) is unknown color: approx Viridian. HEX triplet: 3F, 76 and 65. RGB value is (63,118,101). Sum of RGB (Red+Green+Blue) = 63+118+101=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7665 is #C0899A. Grayscale: #636363. Windows color (decimal): -12618139 or 6649407. OLE color: 6649407.

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

Color convert

RGB63118101-
CMYK0.4700.140.54
HSL161.45º30.39%35.49%-
HSV(B)161.45º46.61%46.27%-
XYZ10.8814.9514.62-
YUV99.62128.78101.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=22.34%
G=41.84%
B=35.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal631181010.4700.140.54161.4530.3935.49
Hex3F76652F0E36a11e23
Octal7716614557016662413643
Binary11111111101101100101101111011101101101010000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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