#377864

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

Shades of Genoa #377864

Tints of Genoa #377864

Color information

#377864 (or 0x377864) is unknown color: approx Genoa. HEX triplet: 37, 78 and 64. RGB value is (55,120,100). Sum of RGB (Red+Green+Blue) = 55+120+100=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #377864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377864 is #C8879B. Grayscale: #626262. Windows color (decimal): -13141916 or 6584375. OLE color: 6584375.

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

Color convert

RGB55120100-
CMYK0.5400.170.53
HSL161.54º37.14%34.31%-
HSV(B)161.54º54.17%47.06%-
XYZ10.5915.1714.43-
YUV98.28128.9797.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=20%
G=43.64%
B=36.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551201000.5400.170.53161.5437.1434.31
Hex3778643601135a22522
Octal6717014466021652424542
Binary1101111111000110010011011001000111010110100010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377864; }

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

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

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

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

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

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

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

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