#376A1C

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

Shades of Bilbao #376A1C

Tints of Bilbao #376A1C

Color information

#376A1C (or 0x376A1C) is unknown color: approx Bilbao. HEX triplet: 37, 6A and 1C. RGB value is (55,106,28). Sum of RGB (Red+Green+Blue) = 55+106+28=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 106 (41.80% from 255 or 56.08% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 106 - color contains mainly: green. Hex color #376A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376A1C is #C895E3. Grayscale: #525252. Windows color (decimal): -13145572 or 1862199. OLE color: 1862199.

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

Color convert

RGB5510628-
CMYK0.4800.740.58
HSL99.23º58.21%26.27%-
HSV(B)99.23º73.58%41.57%-
XYZ6.9411.22.9-
YUV81.8697.6108.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.10%
GREEN value IS 106 (41.80% from 255) = 56.08%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=29.10%
G=56.08%
B=14.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55106280.4800.740.5899.2358.2126.27
Hex376A1C3004A3A633a1a
Octal6715234600112721437232
Binary11011111010101110011000001001010111010110001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,106,28); }

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

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

 a { background-color: rgb(55,106,28); }

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

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

 span { border-color: rgb(55,106,28); }

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