#3C6965

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

Shades of Genoa #3C6965

Tints of Genoa #3C6965

Color information

#3C6965 (or 0x3C6965) is unknown color: approx Genoa. HEX triplet: 3C, 69 and 65. RGB value is (60,105,101). Sum of RGB (Red+Green+Blue) = 60+105+101=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #3C6965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6965 is #C3969A. Grayscale: #5B5B5B. Windows color (decimal): -12818075 or 6646076. OLE color: 6646076.

HSL color Cylindrical-coordinate representation of color #3C6965: hue angle of 174.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C6965 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB60105101-
CMYK0.4300.040.59
HSL174.67º27.27%32.35%-
HSV(B)174.67º42.86%41.18%-
XYZ9.261214.14-
YUV91.09133.59105.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=22.56%
G=39.47%
B=37.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal601051010.4300.040.59174.6727.2732.35
Hex3C69652B043Baf1b20
Octal741511455304732573340
Binary1111001101001110010110101101001110111010111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,105,101); }

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

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

 a { background-color: rgb(60,105,101); }

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

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

 span { border-color: rgb(60,105,101); }

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