#327F21

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

Shades of Bilbao #327F21

Tints of Bilbao #327F21

Color information

#327F21 (or 0x327F21) is unknown color: approx Bilbao. HEX triplet: 32, 7F and 21. RGB value is (50,127,33). Sum of RGB (Red+Green+Blue) = 50+127+33=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #327F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F21 is #CD80DE. Grayscale: #5D5D5D. Windows color (decimal): -13467871 or 2195250. OLE color: 2195250.

HSL color Cylindrical-coordinate representation of color #327F21: hue angle of 109.15º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327F21 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB5012733-
CMYK0.6100.740.50
HSL109.15º58.75%31.37%-
HSV(B)109.15º74.02%49.8%-
XYZ9.1815.974.04-
YUV93.2693.9997.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 127 (50% from 255) = 60.48%
BLUE value IS 33 (13.28% from 255) = 15.71%
R=23.81%
G=60.48%
B=15.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127330.6100.740.50109.1558.7531.37
Hex327F213D04A326d3b1f
Octal6217741750112621557337
Binary110010111111110000111110101001010110010110110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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