#376D03

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

Shades of Bilbao #376D03

Tints of Bilbao #376D03

Color information

#376D03 (or 0x376D03) is unknown color: approx Bilbao. HEX triplet: 37, 6D and 03. RGB value is (55,109,3). Sum of RGB (Red+Green+Blue) = 55+109+3=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 109 (42.97% from 255 or 65.27% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 109 - color contains mainly: green. Hex color #376D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376D03 is #C892FC. Grayscale: #515151. Windows color (decimal): -13144829 or 224567. OLE color: 224567.

HSL color Cylindrical-coordinate representation of color #376D03: hue angle of 90.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #376D03 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB551093-
CMYK0.5000.970.57
HSL90.57º94.64%21.96%-
HSV(B)90.57º97.25%42.75%-
XYZ7.0611.761.98-
YUV80.7784.11109.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 109 (42.97% from 255) = 65.27%
BLUE value IS 3 (1.56% from 255) = 1.80%
R=32.93%
G=65.27%
B=1.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5510930.5000.970.5790.5794.6421.96
Hex376D332061395b5f16
Octal6715536201417113313726
Binary110111110110111110010011000011110011011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,109,3); }

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

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

 a { background-color: rgb(55,109,3); }

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

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

 span { border-color: rgb(55,109,3); }

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