#3A7066

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

Shades of Genoa #3A7066

Tints of Genoa #3A7066

Color information

#3A7066 (or 0x3A7066) is unknown color: approx Genoa. HEX triplet: 3A, 70 and 66. RGB value is (58,112,102). Sum of RGB (Red+Green+Blue) = 58+112+102=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7066 is #C58F99. Grayscale: #5E5E5E. Windows color (decimal): -12947354 or 6713402. OLE color: 6713402.

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

Color convert

RGB58112102-
CMYK0.4800.090.56
HSL168.89º31.76%33.33%-
HSV(B)168.89º48.21%43.92%-
XYZ9.9413.4514.64-
YUV94.71132.11101.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=21.32%
G=41.18%
B=37.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581121020.4800.090.56168.8931.7633.33
Hex3A7066300938a92021
Octal7216014660011702514041
Binary111010111000011001101100000100111100010101001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,112,102); }

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

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

 a { background-color: rgb(58,112,102); }

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

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

 span { border-color: rgb(58,112,102); }

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