#326B04

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

Shades of Bilbao #326B04

Tints of Bilbao #326B04

Color information

#326B04 (or 0x326B04) is unknown color: approx Bilbao. HEX triplet: 32, 6B and 04. RGB value is (50,107,4). Sum of RGB (Red+Green+Blue) = 50+107+4=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 107 (42.19% from 255 or 66.46% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 107 - color contains mainly: green. Hex color #326B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326B04 is #CD94FB. Grayscale: #4E4E4E. Windows color (decimal): -13473020 or 289586. OLE color: 289586.

HSL color Cylindrical-coordinate representation of color #326B04: hue angle of 93.2º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #326B04 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB501074-
CMYK0.5300.960.58
HSL93.2º92.79%21.76%-
HSV(B)93.2º96.26%41.96%-
XYZ6.611.21.93-
YUV78.2286.12107.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.06%
GREEN value IS 107 (42.19% from 255) = 66.46%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=31.06%
G=66.46%
B=2.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5010740.5300.960.5893.292.7921.76
Hex326B4350603A5d5d16
Octal6215346501407213513526
Binary1100101101011100110101011000001110101011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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