#376B0B

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

Shades of Bilbao #376B0B

Tints of Bilbao #376B0B

Color information

#376B0B (or 0x376B0B) is unknown color: approx Bilbao. HEX triplet: 37, 6B and 0B. RGB value is (55,107,11). Sum of RGB (Red+Green+Blue) = 55+107+11=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #376B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B0B is #C894F4. Grayscale: #505050. Windows color (decimal): -13145333 or 748343. OLE color: 748343.

HSL color Cylindrical-coordinate representation of color #376B0B: hue angle of 92.5º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #376B0B is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB5510711-
CMYK0.4900.900.58
HSL92.5º81.36%23.14%-
HSV(B)92.5º89.72%41.96%-
XYZ6.8911.352.14-
YUV80.5188.77109.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 107 (42.19% from 255) = 61.85%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=31.79%
G=61.85%
B=6.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107110.4900.900.5892.581.3623.14
Hex376BB3105A3A5c5117
Octal67153136101327213412127
Binary11011111010111011110001010110101110101011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376B0B; }

 p { color: rgb(55,107,11); }

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

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

 a { background-color: rgb(55,107,11); }

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

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

 span { border-color: rgb(55,107,11); }

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