#3A6C64

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

Shades of Genoa #3A6C64

Tints of Genoa #3A6C64

Color information

#3A6C64 (or 0x3A6C64) is unknown color: approx Genoa. HEX triplet: 3A, 6C and 64. RGB value is (58,108,100). Sum of RGB (Red+Green+Blue) = 58+108+100=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6C64 is #C5939B. Grayscale: #5C5C5C. Windows color (decimal): -12948380 or 6581306. OLE color: 6581306.

HSL color Cylindrical-coordinate representation of color #3A6C64: hue angle of 170.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6C64 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB58108100-
CMYK0.4600.070.58
HSL170.4º30.12%32.55%-
HSV(B)170.4º46.3%42.35%-
XYZ9.4112.5413.98-
YUV92.14132.44103.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.80%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=21.80%
G=40.60%
B=37.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal581081000.4600.070.58170.430.1232.55
Hex3A6C642E073Aaa1e21
Octal721541445607722523641
Binary1110101101100110010010111001111110101010101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,108,100); }

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

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

 a { background-color: rgb(58,108,100); }

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

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

 span { border-color: rgb(58,108,100); }

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