#3F7660

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

Shades of Viridian #3F7660

Tints of Viridian #3F7660

Color information

#3F7660 (or 0x3F7660) is unknown color: approx Viridian. HEX triplet: 3F, 76 and 60. RGB value is (63,118,96). Sum of RGB (Red+Green+Blue) = 63+118+96=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7660 is #C0899F. Grayscale: #636363. Windows color (decimal): -12618144 or 6321727. OLE color: 6321727.

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

Color convert

RGB6311896-
CMYK0.4700.190.54
HSL156º30.39%35.49%-
HSV(B)156º46.61%46.27%-
XYZ10.6414.8613.37-
YUV99.05126.28102.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 96 (37.89% from 255) = 34.66%
R=22.74%
G=42.60%
B=34.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63118960.4700.190.5415630.3935.49
Hex3F76602F013369c1e23
Octal7716614057023662343643
Binary111111111011011000001011110100111101101001110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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