#326C04

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

Shades of Bilbao #326C04

Tints of Bilbao #326C04

Color information

#326C04 (or 0x326C04) is unknown color: approx Bilbao. HEX triplet: 32, 6C and 04. RGB value is (50,108,4). Sum of RGB (Red+Green+Blue) = 50+108+4=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 108 (42.58% from 255 or 66.67% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 108 - color contains mainly: green. Hex color #326C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326C04 is #CD93FB. Grayscale: #4F4F4F. Windows color (decimal): -13472764 or 289842. OLE color: 289842.

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

Color convert

RGB501084-
CMYK0.5400.960.58
HSL93.46º92.86%21.96%-
HSV(B)93.46º96.3%42.35%-
XYZ6.711.411.96-
YUV78.885.78107.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.86%
GREEN value IS 108 (42.58% from 255) = 66.67%
BLUE value IS 4 (1.95% from 255) = 2.47%
R=30.86%
G=66.67%
B=2.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5010840.5400.960.5893.4692.8621.96
Hex326C4360603A5d5d16
Octal6215446601407213513526
Binary1100101101100100110110011000001110101011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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