#3A7971

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

Shades of Genoa #3A7971

Tints of Genoa #3A7971

Color information

#3A7971 (or 0x3A7971) is unknown color: approx Genoa. HEX triplet: 3A, 79 and 71. RGB value is (58,121,113). Sum of RGB (Red+Green+Blue) = 58+121+113=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #3A7971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7971 is #C5868E. Grayscale: #656565. Windows color (decimal): -12945039 or 7436602. OLE color: 7436602.

HSL color Cylindrical-coordinate representation of color #3A7971: hue angle of 172.38º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A7971 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB58121113-
CMYK0.5200.070.53
HSL172.38º35.2%35.1%-
HSV(B)172.38º52.07%47.45%-
XYZ11.5615.7718.06-
YUV101.25134.6397.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 121 (47.66% from 255) = 41.44%
BLUE value IS 113 (44.53% from 255) = 38.70%
R=19.86%
G=41.44%
B=38.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581211130.5200.070.53172.3835.235.1
Hex3A7971340735ac2323
Octal721711616407652544343
Binary11101011110011110001110100011111010110101100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,113); }

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

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

 a { background-color: rgb(58,121,113); }

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

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

 span { border-color: rgb(58,121,113); }

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