#377266

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

Shades of Genoa #377266

Tints of Genoa #377266

Color information

#377266 (or 0x377266) is unknown color: approx Genoa. HEX triplet: 37, 72 and 66. RGB value is (55,114,102). Sum of RGB (Red+Green+Blue) = 55+114+102=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #377266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377266 is #C88D99. Grayscale: #5E5E5E. Windows color (decimal): -13143450 or 6713911. OLE color: 6713911.

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

Color convert

RGB55114102-
CMYK0.5200.110.55
HSL167.8º34.91%33.14%-
HSV(B)167.8º51.75%44.71%-
XYZ9.9913.8114.71-
YUV94.99131.9599.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=20.30%
G=42.07%
B=37.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal551141020.5200.110.55167.834.9133.14
Hex377266340B37a82321
Octal6716214664013672504341
Binary110111111001011001101101000101111011110101000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377266; }

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

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

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

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

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

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

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

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