#327A06

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

Shades of Bilbao #327A06

Tints of Bilbao #327A06

Color information

#327A06 (or 0x327A06) is unknown color: approx Bilbao. HEX triplet: 32, 7A and 06. RGB value is (50,122,6). Sum of RGB (Red+Green+Blue) = 50+122+6=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 122 (48.05% from 255 or 68.54% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 122 - color contains mainly: green. Hex color #327A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327A06 is #CD85F9. Grayscale: #575757. Windows color (decimal): -13469178 or 424498. OLE color: 424498.

HSL color Cylindrical-coordinate representation of color #327A06: hue angle of 97.24º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #327A06 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB501226-
CMYK0.5900.950.52
HSL97.24º90.62%25.1%-
HSV(B)97.24º95.08%47.84%-
XYZ8.3114.612.55-
YUV87.2582.15101.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 122 (48.05% from 255) = 68.54%
BLUE value IS 6 (2.73% from 255) = 3.37%
R=28.09%
G=68.54%
B=3.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5012260.5900.950.5297.2490.6225.1
Hex327A63B05F34615b19
Octal6217267301376414113331
Binary1100101111010110111011010111111101001100001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327A06; }

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

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

<style>
 a { background-color: #327A06; }

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

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

<style>
 span { border-color: #327A06; }

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

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