#3B7566

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

Shades of Genoa #3B7566

Tints of Genoa #3B7566

Color information

#3B7566 (or 0x3B7566) is unknown color: approx Genoa. HEX triplet: 3B, 75 and 66. RGB value is (59,117,102). Sum of RGB (Red+Green+Blue) = 59+117+102=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #3B7566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7566 is #C48A99. Grayscale: #616161. Windows color (decimal): -12880538 or 6714683. OLE color: 6714683.

HSL color Cylindrical-coordinate representation of color #3B7566: hue angle of 164.48º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7566 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB59117102-
CMYK0.5000.130.54
HSL164.48º32.95%34.51%-
HSV(B)164.48º49.57%45.88%-
XYZ10.5614.6114.83-
YUV97.95130.28100.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.22%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=21.22%
G=42.09%
B=36.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591171020.5000.130.54164.4832.9534.51
Hex3B7566320D36a42123
Octal7316514662015662444143
Binary111011111010111001101100100110111011010100100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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