#3C6A66

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

Shades of Genoa #3C6A66

Tints of Genoa #3C6A66

Color information

#3C6A66 (or 0x3C6A66) is unknown color: approx Genoa. HEX triplet: 3C, 6A and 66. RGB value is (60,106,102). Sum of RGB (Red+Green+Blue) = 60+106+102=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A66 is #C39599. Grayscale: #5B5B5B. Windows color (decimal): -12817818 or 6711868. OLE color: 6711868.

HSL color Cylindrical-coordinate representation of color #3C6A66: hue angle of 174.78º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6A66 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB60106102-
CMYK0.4300.040.58
HSL174.78º27.71%32.55%-
HSV(B)174.78º43.4%41.57%-
XYZ9.4212.2314.43-
YUV91.79133.76105.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.39%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=22.39%
G=39.55%
B=38.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal601061020.4300.040.58174.7827.7132.55
Hex3C6A662B043Aaf1c21
Octal741521465304722573441
Binary1111001101010110011010101101001110101010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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