#377569

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

Shades of Genoa #377569

Tints of Genoa #377569

Color information

#377569 (or 0x377569) is unknown color: approx Genoa. HEX triplet: 37, 75 and 69. RGB value is (55,117,105). Sum of RGB (Red+Green+Blue) = 55+117+105=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #377569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377569 is #C88A96. Grayscale: #616161. Windows color (decimal): -13142679 or 6911287. OLE color: 6911287.

HSL color Cylindrical-coordinate representation of color #377569: hue angle of 168.39º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377569 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB55117105-
CMYK0.5300.100.54
HSL168.39º36.05%33.73%-
HSV(B)168.39º52.99%45.88%-
XYZ10.4914.5515.62-
YUV97.09132.4697.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=19.86%
G=42.24%
B=37.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551171050.5300.100.54168.3936.0533.73
Hex377569350A36a82422
Octal6716515165012662504442
Binary110111111010111010011101010101011011010101000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377569; }

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

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

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

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

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

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

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

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