#3C6B63

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

Shades of Genoa #3C6B63

Tints of Genoa #3C6B63

Color information

#3C6B63 (or 0x3C6B63) is unknown color: approx Genoa. HEX triplet: 3C, 6B and 63. RGB value is (60,107,99). Sum of RGB (Red+Green+Blue) = 60+107+99=266 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.56% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B63 is #C3949C. Grayscale: #5C5C5C. Windows color (decimal): -12817565 or 6515516. OLE color: 6515516.

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

Color convert

RGB6010799-
CMYK0.4400.070.58
HSL169.79º28.14%32.75%-
HSV(B)169.79º43.93%41.96%-
XYZ9.3712.3813.7-
YUV92.04131.93105.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.56%
GREEN value IS 107 (42.19% from 255) = 40.23%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=22.56%
G=40.23%
B=37.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60107990.4400.070.58169.7928.1432.75
Hex3C6B632C073Aaa1c21
Octal741531435407722523441
Binary1111001101011110001110110001111110101010101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,107,99); }

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

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

 a { background-color: rgb(60,107,99); }

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

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

 span { border-color: rgb(60,107,99); }

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