#377066

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

Shades of Genoa #377066

Tints of Genoa #377066

Color information

#377066 (or 0x377066) is unknown color: approx Genoa. HEX triplet: 37, 70 and 66. RGB value is (55,112,102). Sum of RGB (Red+Green+Blue) = 55+112+102=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #377066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377066 is #C88F99. Grayscale: #5D5D5D. Windows color (decimal): -13143962 or 6713399. OLE color: 6713399.

HSL color Cylindrical-coordinate representation of color #377066: hue angle of 169.47º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377066 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB55112102-
CMYK0.5100.090.56
HSL169.47º34.13%32.75%-
HSV(B)169.47º50.89%43.92%-
XYZ9.7713.3614.63-
YUV93.82132.62100.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=20.45%
G=41.64%
B=37.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551121020.5100.090.56169.4734.1332.75
Hex377066330938a92221
Octal6716014663011702514241
Binary110111111000011001101100110100111100010101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377066; }

 p { color: rgb(55,112,102); }

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

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

 a { background-color: rgb(55,112,102); }

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

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

 span { border-color: rgb(55,112,102); }

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