#3A7069

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

Shades of Genoa #3A7069

Tints of Genoa #3A7069

Color information

#3A7069 (or 0x3A7069) is unknown color: approx Genoa. HEX triplet: 3A, 70 and 69. RGB value is (58,112,105). Sum of RGB (Red+Green+Blue) = 58+112+105=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7069 is #C58F96. Grayscale: #5F5F5F. Windows color (decimal): -12947351 or 6910010. OLE color: 6910010.

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

Color convert

RGB58112105-
CMYK0.4800.060.56
HSL172.22º31.76%33.33%-
HSV(B)172.22º48.21%43.92%-
XYZ10.0913.5115.44-
YUV95.06133.61101.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.09%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=21.09%
G=40.73%
B=38.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581121050.4800.060.56172.2231.7633.33
Hex3A7069300638ac2021
Octal721601516006702544041
Binary11101011100001101001110000011011100010101100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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