#377328

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

Shades of Bilbao #377328

Tints of Bilbao #377328

Color information

#377328 (or 0x377328) is unknown color: approx Bilbao. HEX triplet: 37, 73 and 28. RGB value is (55,115,40). Sum of RGB (Red+Green+Blue) = 55+115+40=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #377328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377328 is #C88CD7. Grayscale: #585858. Windows color (decimal): -13143256 or 2650935. OLE color: 2650935.

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

Color convert

RGB5511540-
CMYK0.5200.650.55
HSL108º48.39%30.39%-
HSV(B)108º65.22%45.1%-
XYZ8.0913.234.13-
YUV88.51100.62104.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 115 (45.31% from 255) = 54.76%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=26.19%
G=54.76%
B=19.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115400.5200.650.5510848.3930.39
Hex37732834041376c301e
Octal6716350640101671546036
Binary110111111001110100011010001000001110111110110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377328; }

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

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

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

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

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

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

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

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