#377568

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

Shades of Genoa #377568

Tints of Genoa #377568

Color information

#377568 (or 0x377568) is unknown color: approx Genoa. HEX triplet: 37, 75 and 68. RGB value is (55,117,104). Sum of RGB (Red+Green+Blue) = 55+117+104=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #377568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377568 is #C88A97. Grayscale: #606060. Windows color (decimal): -13142680 or 6845751. OLE color: 6845751.

HSL color Cylindrical-coordinate representation of color #377568: hue angle of 167.42º 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 #377568 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB55117104-
CMYK0.5300.110.54
HSL167.42º36.05%33.73%-
HSV(B)167.42º52.99%45.88%-
XYZ10.4414.5315.35-
YUV96.98131.9698.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.93%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=19.93%
G=42.39%
B=37.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal551171040.5300.110.54167.4236.0533.73
Hex377568350B36a72422
Octal6716515065013662474442
Binary110111111010111010001101010101111011010100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377568; }

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

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

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

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

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

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

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

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