#327A21

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

Shades of Bilbao #327A21

Tints of Bilbao #327A21

Color information

#327A21 (or 0x327A21) is unknown color: approx Bilbao. HEX triplet: 32, 7A and 21. RGB value is (50,122,33). Sum of RGB (Red+Green+Blue) = 50+122+33=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #327A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A21 is #CD85DE. Grayscale: #5A5A5A. Windows color (decimal): -13469151 or 2193970. OLE color: 2193970.

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

Color convert

RGB5012233-
CMYK0.5900.730.52
HSL108.54º57.42%30.39%-
HSV(B)108.54º72.95%47.84%-
XYZ8.5514.713.83-
YUV90.3395.6599.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=24.39%
G=59.51%
B=16.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122330.5900.730.52108.5457.4230.39
Hex327A213B049346d391e
Octal6217241730111641557136
Binary110010111101010000111101101001001110100110110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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