#3C766D

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

Shades of Genoa #3C766D

Tints of Genoa #3C766D

Color information

#3C766D (or 0x3C766D) is unknown color: approx Genoa. HEX triplet: 3C, 76 and 6D. RGB value is (60,118,109). Sum of RGB (Red+Green+Blue) = 60+118+109=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #3C766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C766D is #C38992. Grayscale: #636363. Windows color (decimal): -12814739 or 7173692. OLE color: 7173692.

HSL color Cylindrical-coordinate representation of color #3C766D: hue angle of 170.69º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C766D is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB60118109-
CMYK0.4900.080.54
HSL170.69º32.58%34.9%-
HSV(B)170.69º49.15%46.27%-
XYZ11.115.0216.78-
YUV99.63133.2899.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=20.91%
G=41.11%
B=37.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal601181090.4900.080.54170.6932.5834.9
Hex3C766D310836ab2123
Octal7416615561010662534143
Binary111100111011011011011100010100011011010101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,118,109); }

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

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

 a { background-color: rgb(60,118,109); }

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

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

 span { border-color: rgb(60,118,109); }

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