#327300

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

Shades of Bilbao #327300

Tints of Bilbao #327300

Color information

#327300 (or 0x327300) is unknown color: approx Bilbao. HEX triplet: 32, 73 and 00. RGB value is (50,115,0). Sum of RGB (Red+Green+Blue) = 50+115+0=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #327300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327300 is #CD8CFF. Grayscale: #525252. Windows color (decimal): -13470976 or 29490. OLE color: 29490.

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

Color convert

RGB501150-
CMYK0.57010.55
HSL93.91º100%22.55%-
HSV(B)93.91º100%45.1%-
XYZ7.4512.942.11-
YUV82.4681.47104.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 115 (45.31% from 255) = 69.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.30%
G=69.70%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5011500.57010.5593.9110022.55
Hex3273039064375e6417
Octal6216307101446713614427
Binary11001011100110111001011001001101111011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327300; }

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

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

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

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

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

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

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

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