#376960

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

Shades of Genoa #376960

Tints of Genoa #376960

Color information

#376960 (or 0x376960) is unknown color: approx Genoa. HEX triplet: 37, 69 and 60. RGB value is (55,105,96). Sum of RGB (Red+Green+Blue) = 55+105+96=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #376960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376960 is #C8969F. Grayscale: #595959. Windows color (decimal): -13145760 or 6318391. OLE color: 6318391.

HSL color Cylindrical-coordinate representation of color #376960: hue angle of 169.2º 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 #376960 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB5510596-
CMYK0.4800.090.59
HSL169.2º31.25%31.37%-
HSV(B)169.2º47.62%41.18%-
XYZ8.7411.7612.88-
YUV89.02131.94103.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=21.48%
G=41.02%
B=37.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105960.4800.090.59169.231.2531.37
Hex37696030093Ba91f1f
Octal6715114060011732513737
Binary1101111101001110000011000001001111011101010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376960; }

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

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

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

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

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

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

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

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