#3A706B

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

Shades of Genoa #3A706B

Tints of Genoa #3A706B

Color information

#3A706B (or 0x3A706B) is unknown color: approx Genoa. HEX triplet: 3A, 70 and 6B. RGB value is (58,112,107). Sum of RGB (Red+Green+Blue) = 58+112+107=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #3A706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A706B is #C58F94. Grayscale: #5F5F5F. Windows color (decimal): -12947349 or 7041082. OLE color: 7041082.

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

Color convert

RGB58112107-
CMYK0.4800.040.56
HSL174.44º31.76%33.33%-
HSV(B)174.44º48.21%43.92%-
XYZ10.1913.5515.99-
YUV95.28134.61101.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=20.94%
G=40.43%
B=38.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581121070.4800.040.56174.4431.7633.33
Hex3A706B300438ae2021
Octal721601536004702564041
Binary11101011100001101011110000010011100010101110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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