#327305

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

Shades of Bilbao #327305

Tints of Bilbao #327305

Color information

#327305 (or 0x327305) is unknown color: approx Bilbao. HEX triplet: 32, 73 and 05. RGB value is (50,115,5). Sum of RGB (Red+Green+Blue) = 50+115+5=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 115 (45.31% from 255 or 67.65% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 115 - color contains mainly: green. Hex color #327305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327305 is #CD8CFA. Grayscale: #535353. Windows color (decimal): -13470971 or 357170. OLE color: 357170.

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

Color convert

RGB501155-
CMYK0.5700.960.55
HSL95.45º91.67%23.53%-
HSV(B)95.45º95.65%45.1%-
XYZ7.4712.952.25-
YUV83.0283.97104.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 115 (45.31% from 255) = 67.65%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=29.41%
G=67.65%
B=2.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5011550.5700.960.5595.4591.6723.53
Hex3273539060375f5c18
Octal6216357101406713713430
Binary1100101110011101111001011000001101111011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327305; }

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

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

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

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

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

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

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

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