#3B7668

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

Shades of Genoa #3B7668

Tints of Genoa #3B7668

Color information

#3B7668 (or 0x3B7668) is unknown color: approx Genoa. HEX triplet: 3B, 76 and 68. RGB value is (59,118,104). Sum of RGB (Red+Green+Blue) = 59+118+104=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7668 is #C48997. Grayscale: #626262. Windows color (decimal): -12880280 or 6846011. OLE color: 6846011.

HSL color Cylindrical-coordinate representation of color #3B7668: hue angle of 165.76º 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 #3B7668 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB59118104-
CMYK0.5000.120.54
HSL165.76º33.33%34.71%-
HSV(B)165.76º50%46.27%-
XYZ10.7814.8915.4-
YUV98.76130.9599.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.00%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=21.00%
G=41.99%
B=37.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal591181040.5000.120.54165.7633.3334.71
Hex3B7668320C36a62123
Octal7316615062014662464143
Binary111011111011011010001100100110011011010100110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,104); }

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

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

 a { background-color: rgb(59,118,104); }

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

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

 span { border-color: rgb(59,118,104); }

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