#376B10

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

Shades of Bilbao #376B10

Tints of Bilbao #376B10

Color information

#376B10 (or 0x376B10) is unknown color: approx Bilbao. HEX triplet: 37, 6B and 10. RGB value is (55,107,16). Sum of RGB (Red+Green+Blue) = 55+107+16=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 107 (42.19% from 255 or 60.11% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 107 - color contains mainly: green. Hex color #376B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B10 is #C894EF. Grayscale: #515151. Windows color (decimal): -13145328 or 1076023. OLE color: 1076023.

HSL color Cylindrical-coordinate representation of color #376B10: hue angle of 94.29º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #376B10 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB5510716-
CMYK0.4900.850.58
HSL94.29º73.98%24.12%-
HSV(B)94.29º85.05%41.96%-
XYZ6.9311.372.32-
YUV81.0891.27109.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 107 (42.19% from 255) = 60.11%
BLUE value IS 16 (6.64% from 255) = 8.99%
R=30.90%
G=60.11%
B=8.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107160.4900.850.5894.2973.9824.12
Hex376B10310553A5e4a18
Octal67153206101257213611230
Binary110111110101110000110001010101011110101011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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