#377669

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

Shades of Genoa #377669

Tints of Genoa #377669

Color information

#377669 (or 0x377669) is unknown color: approx Genoa. HEX triplet: 37, 76 and 69. RGB value is (55,118,105). Sum of RGB (Red+Green+Blue) = 55+118+105=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #377669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377669 is #C88996. Grayscale: #616161. Windows color (decimal): -13142423 or 6911543. OLE color: 6911543.

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

Color convert

RGB55118105-
CMYK0.5300.110.54
HSL167.62º36.42%33.92%-
HSV(B)167.62º53.39%46.27%-
XYZ10.614.7915.66-
YUV97.68132.1397.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=19.78%
G=42.45%
B=37.77%

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
Decimal551181050.5300.110.54167.6236.4233.92
Hex377669350B36a82422
Octal6716615165013662504442
Binary110111111011011010011101010101111011010101000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377669; }

 p { color: rgb(55,118,105); }

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

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

 a { background-color: rgb(55,118,105); }

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

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

 span { border-color: rgb(55,118,105); }

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