#3C6862

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

Shades of Genoa #3C6862

Tints of Genoa #3C6862

Color information

#3C6862 (or 0x3C6862) is unknown color: approx Genoa. HEX triplet: 3C, 68 and 62. RGB value is (60,104,98). Sum of RGB (Red+Green+Blue) = 60+104+98=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #3C6862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6862 is #C3979D. Grayscale: #5A5A5A. Windows color (decimal): -12818334 or 6449212. OLE color: 6449212.

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

Color convert

RGB6010498-
CMYK0.4200.060.59
HSL171.82º26.83%32.16%-
HSV(B)171.82º42.31%40.78%-
XYZ9.0211.7413.35-
YUV90.16132.42106.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.90%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=22.90%
G=39.69%
B=37.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60104980.4200.060.59171.8226.8332.16
Hex3C68622A063Bac1b20
Octal741501425206732543340
Binary1111001101000110001010101001101110111010110011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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