#3C7166

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

Shades of Genoa #3C7166

Tints of Genoa #3C7166

Color information

#3C7166 (or 0x3C7166) is unknown color: approx Genoa. HEX triplet: 3C, 71 and 66. RGB value is (60,113,102). Sum of RGB (Red+Green+Blue) = 60+113+102=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #3C7166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7166 is #C38E99. Grayscale: #5F5F5F. Windows color (decimal): -12816026 or 6713660. OLE color: 6713660.

HSL color Cylindrical-coordinate representation of color #3C7166: hue angle of 167.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C7166 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB60113102-
CMYK0.4700.100.56
HSL167.55º30.64%33.92%-
HSV(B)167.55º46.9%44.31%-
XYZ10.1713.7314.68-
YUV95.9131.44102.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.82%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=21.82%
G=41.09%
B=37.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal601131020.4700.100.56167.5530.6433.92
Hex3C71662F0A38a81f22
Octal7416114657012702503742
Binary11110011100011100110101111010101110001010100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,113,102); }

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

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

 a { background-color: rgb(60,113,102); }

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

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

 span { border-color: rgb(60,113,102); }

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