#3C746A

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

Shades of Genoa #3C746A

Tints of Genoa #3C746A

Color information

#3C746A (or 0x3C746A) is unknown color: approx Genoa. HEX triplet: 3C, 74 and 6A. RGB value is (60,116,106). Sum of RGB (Red+Green+Blue) = 60+116+106=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #3C746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C746A is #C38B95. Grayscale: #626262. Windows color (decimal): -12815254 or 6976572. OLE color: 6976572.

HSL color Cylindrical-coordinate representation of color #3C746A: hue angle of 169.29º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C746A is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB60116106-
CMYK0.4800.090.55
HSL169.29º31.82%34.51%-
HSV(B)169.29º48.28%45.49%-
XYZ10.7114.4915.87-
YUV98.12132.45100.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=21.28%
G=41.13%
B=37.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal601161060.4800.090.55169.2931.8234.51
Hex3C746A300937a92023
Octal7416415260011672514043
Binary111100111010011010101100000100111011110101001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,116,106); }

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

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

 a { background-color: rgb(60,116,106); }

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

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

 span { border-color: rgb(60,116,106); }

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