#377329

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

Shades of Bilbao #377329

Tints of Bilbao #377329

Color information

#377329 (or 0x377329) is unknown color: approx Bilbao. HEX triplet: 37, 73 and 29. RGB value is (55,115,41). Sum of RGB (Red+Green+Blue) = 55+115+41=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #377329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377329 is #C88CD6. Grayscale: #585858. Windows color (decimal): -13143255 or 2716471. OLE color: 2716471.

HSL color Cylindrical-coordinate representation of color #377329: hue angle of 108.65º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377329 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB5511541-
CMYK0.5200.640.55
HSL108.65º47.44%30.59%-
HSV(B)108.65º64.35%45.1%-
XYZ8.1113.234.22-
YUV88.62101.12104.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 41 (16.41% from 255) = 19.43%
R=26.07%
G=54.50%
B=19.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115410.5200.640.55108.6547.4430.59
Hex37732934040376d2f1f
Octal6716351640100671555737
Binary110111111001110100111010001000000110111110110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377329; }

 p { color: rgb(55,115,41); }

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

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

 a { background-color: rgb(55,115,41); }

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

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

 span { border-color: rgb(55,115,41); }

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