#3B6B68

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

Shades of Genoa #3B6B68

Tints of Genoa #3B6B68

Color information

#3B6B68 (or 0x3B6B68) is unknown color: approx Genoa. HEX triplet: 3B, 6B and 68. RGB value is (59,107,104). Sum of RGB (Red+Green+Blue) = 59+107+104=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6B68 is #C49497. Grayscale: #5C5C5C. Windows color (decimal): -12883096 or 6843195. OLE color: 6843195.

HSL color Cylindrical-coordinate representation of color #3B6B68: hue angle of 176.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B6B68 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB59107104-
CMYK0.4500.030.58
HSL176.25º28.92%32.55%-
HSV(B)176.25º44.86%41.96%-
XYZ9.5612.4414.99-
YUV92.31134.6104.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.85%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 104 (41.02% from 255) = 38.52%
R=21.85%
G=39.63%
B=38.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal591071040.4500.030.58176.2528.9232.55
Hex3B6B682D033Ab01d21
Octal731531505503722603541
Binary111011110101111010001011010111110101011000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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