#376965

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

Shades of Genoa #376965

Tints of Genoa #376965

Color information

#376965 (or 0x376965) is unknown color: approx Genoa. HEX triplet: 37, 69 and 65. RGB value is (55,105,101). Sum of RGB (Red+Green+Blue) = 55+105+101=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #376965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376965 is #C8969A. Grayscale: #595959. Windows color (decimal): -13145755 or 6646071. OLE color: 6646071.

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

Color convert

RGB55105101-
CMYK0.4800.040.59
HSL175.2º31.25%31.37%-
HSV(B)175.2º47.62%41.18%-
XYZ8.9811.8514.13-
YUV89.59134.44103.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=21.07%
G=40.23%
B=38.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal551051010.4800.040.59175.231.2531.37
Hex37696530043Baf1f1f
Octal671511456004732573737
Binary110111110100111001011100000100111011101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376965; }

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

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

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

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

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

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

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

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