#3C766B

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

Shades of Genoa #3C766B

Tints of Genoa #3C766B

Color information

#3C766B (or 0x3C766B) is unknown color: approx Genoa. HEX triplet: 3C, 76 and 6B. RGB value is (60,118,107). Sum of RGB (Red+Green+Blue) = 60+118+107=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #3C766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C766B is #C38994. Grayscale: #636363. Windows color (decimal): -12814741 or 7042620. OLE color: 7042620.

HSL color Cylindrical-coordinate representation of color #3C766B: hue angle of 168.62º 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 #3C766B is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB60118107-
CMYK0.4900.090.54
HSL168.62º32.58%34.9%-
HSV(B)168.62º49.15%46.27%-
XYZ1114.9816.22-
YUV99.4132.2899.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=21.05%
G=41.40%
B=37.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal601181070.4900.090.54168.6232.5834.9
Hex3C766B310936a92123
Octal7416615361011662514143
Binary111100111011011010111100010100111011010101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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