#3B7E74

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

Shades of Genoa #3B7E74

Tints of Genoa #3B7E74

Color information

#3B7E74 (or 0x3B7E74) is unknown color: approx Genoa. HEX triplet: 3B, 7E and 74. RGB value is (59,126,116). Sum of RGB (Red+Green+Blue) = 59+126+116=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #3B7E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7E74 is #C4818B. Grayscale: #686868. Windows color (decimal): -12878220 or 7634491. OLE color: 7634491.

HSL color Cylindrical-coordinate representation of color #3B7E74: hue angle of 171.04º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7E74 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB59126116-
CMYK0.5300.080.51
HSL171.04º36.22%36.27%-
HSV(B)171.04º53.17%49.41%-
XYZ12.4217.1119.17-
YUV104.83134.395.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=19.60%
G=41.86%
B=38.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591261160.5300.080.51171.0436.2236.27
Hex3B7E74350833ab2424
Octal7317616465010632534444
Binary111011111111011101001101010100011001110101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,126,116); }

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

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

 a { background-color: rgb(59,126,116); }

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

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

 span { border-color: rgb(59,126,116); }

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