#327502

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

Shades of Bilbao #327502

Tints of Bilbao #327502

Color information

#327502 (or 0x327502) is unknown color: approx Bilbao. HEX triplet: 32, 75 and 02. RGB value is (50,117,2). Sum of RGB (Red+Green+Blue) = 50+117+2=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 117 (46.09% from 255 or 69.23% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 117 - color contains mainly: green. Hex color #327502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327502 is #CD8AFD. Grayscale: #545454. Windows color (decimal): -13470462 or 161074. OLE color: 161074.

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

Color convert

RGB501172-
CMYK0.5700.980.54
HSL94.96º96.64%23.33%-
HSV(B)94.96º98.29%45.88%-
XYZ7.6913.412.24-
YUV83.8681.8103.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 117 (46.09% from 255) = 69.23%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=29.59%
G=69.23%
B=1.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5011720.5700.980.5494.9696.6423.33
Hex3275239062365f6117
Octal6216527101426613714127
Binary110010111010110111001011000101101101011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327502; }

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

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

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

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

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

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

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

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