#3b7d72

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

Shades of Genoa #3B7D72

Tints of Genoa #3B7D72

Color information

#3B7D72 (or 0x3B7D72) is unknown color: approx Genoa. HEX triplet: 3B, 7D and 72. RGB value is (59,125,114). Sum of RGB (Red+Green+Blue) = 59+125+114=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #3B7D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7D72 is #C4828D. Grayscale: #676767. Windows color (decimal): -12878478 or 7503163. OLE color: 7503163.

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

Color convert

RGB59125114-
CMYK0.5300.090.51
HSL170º35.87%36.08%-
HSV(B)170º52.8%49.02%-
XYZ12.1716.8118.52-
YUV104.01133.6395.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.80%
GREEN value IS 125 (49.22% from 255) = 41.95%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=19.80%
G=41.95%
B=38.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591251140.5300.090.5117035.8736.08
Hex3B7D72350933aa2424
Octal7317516265011632524444
Binary111011111110111100101101010100111001110101010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b7d72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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