#376B06

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

Shades of Bilbao #376B06

Tints of Bilbao #376B06

Color information

#376B06 (or 0x376B06) is unknown color: approx Bilbao. HEX triplet: 37, 6B and 06. RGB value is (55,107,6). Sum of RGB (Red+Green+Blue) = 55+107+6=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 107 (42.19% from 255 or 63.69% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 107 - color contains mainly: green. Hex color #376B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B06 is #C894F9. Grayscale: #505050. Windows color (decimal): -13145338 or 420663. OLE color: 420663.

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

Color convert

RGB551076-
CMYK0.4900.940.58
HSL90.89º89.38%22.16%-
HSV(B)90.89º94.39%41.96%-
XYZ6.8711.342-
YUV79.9486.27110.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 107 (42.19% from 255) = 63.69%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=32.74%
G=63.69%
B=3.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5510760.4900.940.5890.8989.3822.16
Hex376B63105E3A5b5916
Octal6715366101367213313126
Binary1101111101011110110001010111101110101011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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