#3B7F75

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

Shades of Genoa #3B7F75

Tints of Genoa #3B7F75

Color information

#3B7F75 (or 0x3B7F75) is unknown color: approx Genoa. HEX triplet: 3B, 7F and 75. RGB value is (59,127,117). Sum of RGB (Red+Green+Blue) = 59+127+117=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #3B7F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7F75 is #C4808A. Grayscale: #696969. Windows color (decimal): -12877963 or 7700283. OLE color: 7700283.

HSL color Cylindrical-coordinate representation of color #3B7F75: hue angle of 171.18º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7F75 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB59127117-
CMYK0.5400.080.50
HSL171.18º36.56%36.47%-
HSV(B)171.18º53.54%49.8%-
XYZ12.617.3919.52-
YUV105.53134.4794.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.47%
GREEN value IS 127 (50% from 255) = 41.91%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=19.47%
G=41.91%
B=38.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal591271170.5400.080.50171.1836.5636.47
Hex3B7F75360832ab2524
Octal7317716566010622534544
Binary111011111111111101011101100100011001010101011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,127,117); }

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

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

 a { background-color: rgb(59,127,117); }

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

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

 span { border-color: rgb(59,127,117); }

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