#326B06

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

Shades of Bilbao #326B06

Tints of Bilbao #326B06

Color information

#326B06 (or 0x326B06) is unknown color: approx Bilbao. HEX triplet: 32, 6B and 06. RGB value is (50,107,6). Sum of RGB (Red+Green+Blue) = 50+107+6=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 107 (42.19% from 255 or 65.64% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 107 - color contains mainly: green. Hex color #326B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326B06 is #CD94F9. Grayscale: #4E4E4E. Windows color (decimal): -13473018 or 420658. OLE color: 420658.

HSL color Cylindrical-coordinate representation of color #326B06: hue angle of 93.86º 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 #326B06 is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB501076-
CMYK0.5300.940.58
HSL93.86º89.38%22.16%-
HSV(B)93.86º94.39%41.96%-
XYZ6.6111.211.99-
YUV78.4487.12107.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 107 (42.19% from 255) = 65.64%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=30.67%
G=65.64%
B=3.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5010760.5300.940.5893.8689.3822.16
Hex326B63505E3A5e5916
Octal6215366501367213613126
Binary1100101101011110110101010111101110101011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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