#3C776C

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

Shades of Genoa #3C776C

Tints of Genoa #3C776C

Color information

#3C776C (or 0x3C776C) is unknown color: approx Genoa. HEX triplet: 3C, 77 and 6C. RGB value is (60,119,108). Sum of RGB (Red+Green+Blue) = 60+119+108=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #3C776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C776C is #C38893. Grayscale: #646464. Windows color (decimal): -12814484 or 7108412. OLE color: 7108412.

HSL color Cylindrical-coordinate representation of color #3C776C: hue angle of 168.81º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C776C is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB60119108-
CMYK0.5000.090.53
HSL168.81º32.96%35.1%-
HSV(B)168.81º49.58%46.67%-
XYZ11.1715.2416.54-
YUV100.1132.4599.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 119 (46.88% from 255) = 41.46%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=20.91%
G=41.46%
B=37.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601191080.5000.090.53168.8132.9635.1
Hex3C776C320935a92123
Octal7416715462011652514143
Binary111100111011111011001100100100111010110101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,119,108); }

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

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

 a { background-color: rgb(60,119,108); }

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

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

 span { border-color: rgb(60,119,108); }

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