#3A716C

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

Shades of Genoa #3A716C

Tints of Genoa #3A716C

Color information

#3A716C (or 0x3A716C) is unknown color: approx Genoa. HEX triplet: 3A, 71 and 6C. RGB value is (58,113,108). Sum of RGB (Red+Green+Blue) = 58+113+108=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #3A716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A716C is #C58E93. Grayscale: #5F5F5F. Windows color (decimal): -12947092 or 7106874. OLE color: 7106874.

HSL color Cylindrical-coordinate representation of color #3A716C: hue angle of 174.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A716C is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB58113108-
CMYK0.4900.040.56
HSL174.55º32.16%33.53%-
HSV(B)174.55º48.67%44.31%-
XYZ10.3613.7916.3-
YUV95.98134.78100.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=20.79%
G=40.50%
B=38.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal581131080.4900.040.56174.5532.1633.53
Hex3A716C310438af2022
Octal721611546104702574042
Binary11101011100011101100110001010011100010101111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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