#327902

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

Shades of Bilbao #327902

Tints of Bilbao #327902

Color information

#327902 (or 0x327902) is unknown color: approx Bilbao. HEX triplet: 32, 79 and 02. RGB value is (50,121,2). Sum of RGB (Red+Green+Blue) = 50+121+2=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 121 (47.66% from 255 or 69.94% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 121 - color contains mainly: green. Hex color #327902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327902 is #CD86FD. Grayscale: #565656. Windows color (decimal): -13469438 or 162098. OLE color: 162098.

HSL color Cylindrical-coordinate representation of color #327902: hue angle of 95.8º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #327902 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB501212-
CMYK0.5900.980.53
HSL95.8º96.75%24.12%-
HSV(B)95.8º98.35%47.45%-
XYZ8.1614.362.4-
YUV86.280.48102.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 121 (47.66% from 255) = 69.94%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=28.90%
G=69.94%
B=1.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5012120.5900.980.5395.896.7524.12
Hex327923B06235606118
Octal6217127301426514014130
Binary110010111100110111011011000101101011100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327902; }

 p { color: rgb(50,121,2); }

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

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

 a { background-color: rgb(50,121,2); }

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

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

 span { border-color: rgb(50,121,2); }

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