#376B66

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

Shades of Genoa #376B66

Tints of Genoa #376B66

Color information

#376B66 (or 0x376B66) is unknown color: approx Genoa. HEX triplet: 37, 6B and 66. RGB value is (55,107,102). Sum of RGB (Red+Green+Blue) = 55+107+102=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #376B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B66 is #C89499. Grayscale: #5A5A5A. Windows color (decimal): -13145242 or 6712119. OLE color: 6712119.

HSL color Cylindrical-coordinate representation of color #376B66: hue angle of 174.23º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376B66 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB55107102-
CMYK0.4900.050.58
HSL174.23º32.1%31.76%-
HSV(B)174.23º48.6%41.96%-
XYZ9.2312.2914.46-
YUV90.88134.27102.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=20.83%
G=40.53%
B=38.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal551071020.4900.050.58174.2332.131.76
Hex376B6631053Aae2020
Octal671531466105722564040
Binary11011111010111100110110001010111101010101110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376B66; }

 p { color: rgb(55,107,102); }

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

<style>
 a { background-color: #376B66; }

 a { background-color: rgb(55,107,102); }

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

<style>
 span { border-color: #376B66; }

 span { border-color: rgb(55,107,102); }

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