#3C746C

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

Shades of Genoa #3C746C

Tints of Genoa #3C746C

Color information

#3C746C (or 0x3C746C) is unknown color: approx Genoa. HEX triplet: 3C, 74 and 6C. RGB value is (60,116,108). Sum of RGB (Red+Green+Blue) = 60+116+108=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #3C746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C746C is #C38B93. Grayscale: #626262. Windows color (decimal): -12815252 or 7107644. OLE color: 7107644.

HSL color Cylindrical-coordinate representation of color #3C746C: hue angle of 171.43º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C746C is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB60116108-
CMYK0.4800.070.55
HSL171.43º31.82%34.51%-
HSV(B)171.43º48.28%45.49%-
XYZ10.8214.5316.42-
YUV98.34133.45100.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.13%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=21.13%
G=40.85%
B=38.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601161080.4800.070.55171.4331.8234.51
Hex3C746C300737ab2023
Octal741641546007672534043
Binary11110011101001101100110000011111011110101011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,116,108); }

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

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

 a { background-color: rgb(60,116,108); }

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

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

 span { border-color: rgb(60,116,108); }

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