#377B69

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

Shades of Genoa #377B69

Tints of Genoa #377B69

Color information

#377B69 (or 0x377B69) is unknown color: approx Genoa. HEX triplet: 37, 7B and 69. RGB value is (55,123,105). Sum of RGB (Red+Green+Blue) = 55+123+105=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #377B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B69 is #C88496. Grayscale: #646464. Windows color (decimal): -13141143 or 6912823. OLE color: 6912823.

HSL color Cylindrical-coordinate representation of color #377B69: hue angle of 164.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B69 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB55123105-
CMYK0.5500.150.52
HSL164.12º38.2%34.9%-
HSV(B)164.12º55.28%48.24%-
XYZ11.211615.86-
YUV100.62130.4795.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=19.43%
G=43.46%
B=37.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal551231050.5500.150.52164.1238.234.9
Hex377B69370F34a42623
Octal6717315167017642444643
Binary110111111101111010011101110111111010010100100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377B69; }

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

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

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

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

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

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

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

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