#327500

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

Shades of Bilbao #327500

Tints of Bilbao #327500

Color information

#327500 (or 0x327500) is unknown color: approx Bilbao. HEX triplet: 32, 75 and 00. RGB value is (50,117,0). Sum of RGB (Red+Green+Blue) = 50+117+0=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #327500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327500 is #CD8AFF. Grayscale: #545454. Windows color (decimal): -13470464 or 30002. OLE color: 30002.

HSL color Cylindrical-coordinate representation of color #327500: hue angle of 94.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #327500 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB501170-
CMYK0.57010.54
HSL94.36º100%22.94%-
HSV(B)94.36º100%45.88%-
XYZ7.6813.42.18-
YUV83.6380.8104.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 117 (46.09% from 255) = 70.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.94%
G=70.06%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5011700.57010.5494.3610022.94
Hex3275039064365e6417
Octal6216507101446613614427
Binary11001011101010111001011001001101101011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327500; }

 p { color: rgb(50,117,0); }

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

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

 a { background-color: rgb(50,117,0); }

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

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

 span { border-color: rgb(50,117,0); }

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