#3C6F68

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

Shades of Genoa #3C6F68

Tints of Genoa #3C6F68

Color information

#3C6F68 (or 0x3C6F68) is unknown color: approx Genoa. HEX triplet: 3C, 6F and 68. RGB value is (60,111,104). Sum of RGB (Red+Green+Blue) = 60+111+104=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6F68 is #C39097. Grayscale: #5E5E5E. Windows color (decimal): -12816536 or 6844220. OLE color: 6844220.

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

Color convert

RGB60111104-
CMYK0.4600.060.56
HSL171.76º29.82%33.53%-
HSV(B)171.76º45.95%43.53%-
XYZ10.0513.3315.14-
YUV94.95133.1103.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.82%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=21.82%
G=40.36%
B=37.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal601111040.4600.060.56171.7629.8233.53
Hex3C6F682E0638ac1e22
Octal741571505606702543642
Binary1111001101111110100010111001101110001010110011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,111,104); }

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

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

 a { background-color: rgb(60,111,104); }

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

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

 span { border-color: rgb(60,111,104); }

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