#3A7063

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

Shades of Genoa #3A7063

Tints of Genoa #3A7063

Color information

#3A7063 (or 0x3A7063) is unknown color: approx Genoa. HEX triplet: 3A, 70 and 63. RGB value is (58,112,99). Sum of RGB (Red+Green+Blue) = 58+112+99=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7063 is #C58F9C. Grayscale: #5E5E5E. Windows color (decimal): -12947357 or 6516794. OLE color: 6516794.

HSL color Cylindrical-coordinate representation of color #3A7063: hue angle of 165.56º 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 #3A7063 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB5811299-
CMYK0.4800.120.56
HSL165.56º31.76%33.33%-
HSV(B)165.56º48.21%43.92%-
XYZ9.7913.3913.87-
YUV94.37130.61102.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=21.56%
G=41.64%
B=36.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112990.4800.120.56165.5631.7633.33
Hex3A7063300C38a62021
Octal7216014360014702464041
Binary111010111000011000111100000110011100010100110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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