#3A7064

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

Shades of Genoa #3A7064

Tints of Genoa #3A7064

Color information

#3A7064 (or 0x3A7064) is unknown color: approx Genoa. HEX triplet: 3A, 70 and 64. RGB value is (58,112,100). Sum of RGB (Red+Green+Blue) = 58+112+100=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7064 is #C58F9B. Grayscale: #5E5E5E. Windows color (decimal): -12947356 or 6582330. OLE color: 6582330.

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

Color convert

RGB58112100-
CMYK0.4800.110.56
HSL166.67º31.76%33.33%-
HSV(B)166.67º48.21%43.92%-
XYZ9.8413.4114.13-
YUV94.49131.11101.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.48%
GREEN value IS 112 (44.14% from 255) = 41.48%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=21.48%
G=41.48%
B=37.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581121000.4800.110.56166.6731.7633.33
Hex3A7064300B38a72021
Octal7216014460013702474041
Binary111010111000011001001100000101111100010100111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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