#376968

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

Shades of Genoa #376968

Tints of Genoa #376968

Color information

#376968 (or 0x376968) is unknown color: approx Genoa. HEX triplet: 37, 69 and 68. RGB value is (55,105,104). Sum of RGB (Red+Green+Blue) = 55+105+104=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #376968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376968 is #C89697. Grayscale: #595959. Windows color (decimal): -13145752 or 6842679. OLE color: 6842679.

HSL color Cylindrical-coordinate representation of color #376968: hue angle of 178.8º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376968 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB55105104-
CMYK0.4800.010.59
HSL178.8º31.25%31.37%-
HSV(B)178.8º47.62%41.18%-
XYZ9.1311.9114.92-
YUV89.94135.94103.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=20.83%
G=39.77%
B=39.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal551051040.4800.010.59178.831.2531.37
Hex37696830013Bb31f1f
Octal671511506001732633737
Binary1101111101001110100011000001111011101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376968; }

 p { color: rgb(55,105,104); }

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

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

 a { background-color: rgb(55,105,104); }

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

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

 span { border-color: rgb(55,105,104); }

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