#3B7B73

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

Shades of Genoa #3B7B73

Tints of Genoa #3B7B73

Color information

#3B7B73 (or 0x3B7B73) is unknown color: approx Genoa. HEX triplet: 3B, 7B and 73. RGB value is (59,123,115). Sum of RGB (Red+Green+Blue) = 59+123+115=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7B73 is #C4848C. Grayscale: #666666. Windows color (decimal): -12878989 or 7568187. OLE color: 7568187.

HSL color Cylindrical-coordinate representation of color #3B7B73: hue angle of 172.5º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7B73 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB59123115-
CMYK0.5200.070.52
HSL172.5º35.16%35.69%-
HSV(B)172.5º52.03%48.24%-
XYZ11.9816.3318.74-
YUV102.95134.896.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 123 (48.44% from 255) = 41.41%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=19.87%
G=41.41%
B=38.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal591231150.5200.070.52172.535.1635.69
Hex3B7B73340734ac2324
Octal731731636407642544344
Binary11101111110111110011110100011111010010101100100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,123,115); }

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

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

 a { background-color: rgb(59,123,115); }

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

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

 span { border-color: rgb(59,123,115); }

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