#3A7670

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

Shades of Genoa #3A7670

Tints of Genoa #3A7670

Color information

#3A7670 (or 0x3A7670) is unknown color: approx Genoa. HEX triplet: 3A, 76 and 70. RGB value is (58,118,112). Sum of RGB (Red+Green+Blue) = 58+118+112=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7670 is #C5898F. Grayscale: #636363. Windows color (decimal): -12945808 or 7370298. OLE color: 7370298.

HSL color Cylindrical-coordinate representation of color #3A7670: hue angle of 174º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7670 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB58118112-
CMYK0.5100.050.54
HSL174º34.09%34.51%-
HSV(B)174º50.85%46.27%-
XYZ11.1515.0317.64-
YUV99.38135.1298.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=20.14%
G=40.97%
B=38.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal581181120.5100.050.5417434.0934.51
Hex3A7670330536ae2223
Octal721661606305662564243
Binary11101011101101110000110011010111011010101110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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