#3B7D74

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

Shades of Genoa #3B7D74

Tints of Genoa #3B7D74

Color information

#3B7D74 (or 0x3B7D74) is unknown color: approx Genoa. HEX triplet: 3B, 7D and 74. RGB value is (59,125,116). Sum of RGB (Red+Green+Blue) = 59+125+116=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7D74 is #C4828B. Grayscale: #686868. Windows color (decimal): -12878476 or 7634235. OLE color: 7634235.

HSL color Cylindrical-coordinate representation of color #3B7D74: hue angle of 171.82º 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 #3B7D74 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB59125116-
CMYK0.5300.070.51
HSL171.82º35.87%36.08%-
HSV(B)171.82º52.8%49.02%-
XYZ12.2916.8619.13-
YUV104.24134.6395.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.67%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=19.67%
G=41.67%
B=38.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591251160.5300.070.51171.8235.8736.08
Hex3B7D74350733ac2424
Octal731751646507632544444
Binary11101111111011110100110101011111001110101100100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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