#327007

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

Shades of Bilbao #327007

Tints of Bilbao #327007

Color information

#327007 (or 0x327007) is unknown color: approx Bilbao. HEX triplet: 32, 70 and 07. RGB value is (50,112,7). Sum of RGB (Red+Green+Blue) = 50+112+7=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #327007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327007 is #CD8FF8. Grayscale: #515151. Windows color (decimal): -13471737 or 487474. OLE color: 487474.

HSL color Cylindrical-coordinate representation of color #327007: hue angle of 95.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #327007 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB501127-
CMYK0.5500.940.56
HSL95.43º88.24%23.33%-
HSV(B)95.43º93.75%43.92%-
XYZ7.1512.282.19-
YUV81.4985.96105.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 112 (44.14% from 255) = 66.27%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=29.59%
G=66.27%
B=4.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5011270.5500.940.5695.4388.2423.33
Hex327073705E385f5817
Octal6216076701367013713027
Binary1100101110000111110111010111101110001011111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327007; }

 p { color: rgb(50,112,7); }

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

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

 a { background-color: rgb(50,112,7); }

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

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

 span { border-color: rgb(50,112,7); }

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