#376C05

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

Shades of Bilbao #376C05

Tints of Bilbao #376C05

Color information

#376C05 (or 0x376C05) is unknown color: approx Bilbao. HEX triplet: 37, 6C and 05. RGB value is (55,108,5). Sum of RGB (Red+Green+Blue) = 55+108+5=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 108 (42.58% from 255 or 64.29% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 108 - color contains mainly: green. Hex color #376C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376C05 is #C893FA. Grayscale: #505050. Windows color (decimal): -13145083 or 355383. OLE color: 355383.

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

Color convert

RGB551085-
CMYK0.4900.950.58
HSL90.87º91.15%22.16%-
HSV(B)90.87º95.37%42.35%-
XYZ6.9711.552.01-
YUV80.4185.44109.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.74%
GREEN value IS 108 (42.58% from 255) = 64.29%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=32.74%
G=64.29%
B=2.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5510850.4900.950.5890.8791.1522.16
Hex376C53105F3A5b5b16
Octal6715456101377213313326
Binary1101111101100101110001010111111110101011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,108,5); }

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

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

 a { background-color: rgb(55,108,5); }

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

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

 span { border-color: rgb(55,108,5); }

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