#327304

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

Shades of Bilbao #327304

Tints of Bilbao #327304

Color information

#327304 (or 0x327304) is unknown color: approx Bilbao. HEX triplet: 32, 73 and 04. RGB value is (50,115,4). Sum of RGB (Red+Green+Blue) = 50+115+4=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #327304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327304 is #CD8CFB. Grayscale: #535353. Windows color (decimal): -13470972 or 291634. OLE color: 291634.

HSL color Cylindrical-coordinate representation of color #327304: hue angle of 95.14º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #327304 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB501154-
CMYK0.5700.970.55
HSL95.14º93.28%23.33%-
HSV(B)95.14º96.52%45.1%-
XYZ7.4712.952.22-
YUV82.9183.47104.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 115 (45.31% from 255) = 68.05%
BLUE value IS 4 (1.95% from 255) = 2.37%
R=29.59%
G=68.05%
B=2.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5011540.5700.970.5595.1493.2823.33
Hex3273439061375f5d17
Octal6216347101416713713527
Binary1100101110011100111001011000011101111011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327304; }

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

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

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

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

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

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

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

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