#3A6A67

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

Shades of Genoa #3A6A67

Tints of Genoa #3A6A67

Color information

#3A6A67 (or 0x3A6A67) is unknown color: approx Genoa. HEX triplet: 3A, 6A and 67. RGB value is (58,106,103). Sum of RGB (Red+Green+Blue) = 58+106+103=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6A67 is #C59598. Grayscale: #5B5B5B. Windows color (decimal): -12948889 or 6777402. OLE color: 6777402.

HSL color Cylindrical-coordinate representation of color #3A6A67: hue angle of 176.25º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A67 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB58106103-
CMYK0.4500.030.58
HSL176.25º29.27%32.16%-
HSV(B)176.25º45.28%41.57%-
XYZ9.3512.1914.69-
YUV91.31134.6104.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=21.72%
G=39.70%
B=38.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal581061030.4500.030.58176.2529.2732.16
Hex3A6A672D033Ab01d20
Octal721521475503722603540
Binary111010110101011001111011010111110101011000011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,106,103); }

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

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

 a { background-color: rgb(58,106,103); }

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

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

 span { border-color: rgb(58,106,103); }

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