#377264

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

Shades of Genoa #377264

Tints of Genoa #377264

Color information

#377264 (or 0x377264) is unknown color: approx Genoa. HEX triplet: 37, 72 and 64. RGB value is (55,114,100). Sum of RGB (Red+Green+Blue) = 55+114+100=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #377264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377264 is #C88D9B. Grayscale: #5E5E5E. Windows color (decimal): -13143452 or 6582839. OLE color: 6582839.

HSL color Cylindrical-coordinate representation of color #377264: hue angle of 165.76º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377264 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB55114100-
CMYK0.5200.120.55
HSL165.76º34.91%33.14%-
HSV(B)165.76º51.75%44.71%-
XYZ9.8913.7714.19-
YUV94.76130.9599.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 114 (44.92% from 255) = 42.38%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=20.45%
G=42.38%
B=37.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551141000.5200.120.55165.7634.9133.14
Hex377264340C37a62321
Octal6716214464014672464341
Binary110111111001011001001101000110011011110100110100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377264; }

 p { color: rgb(55,114,100); }

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

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

 a { background-color: rgb(55,114,100); }

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

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

 span { border-color: rgb(55,114,100); }

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