#328702

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

Shades of Bilbao #328702

Tints of Bilbao #328702

Color information

#328702 (or 0x328702) is unknown color: approx Bilbao. HEX triplet: 32, 87 and 02. RGB value is (50,135,2). Sum of RGB (Red+Green+Blue) = 50+135+2=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 135 (53.12% from 255 or 72.19% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 135 - color contains mainly: green. Hex color #328702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328702 is #CD78FD. Grayscale: #5E5E5E. Windows color (decimal): -13465854 or 165682. OLE color: 165682.

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

Color convert

RGB501352-
CMYK0.6300.990.47
HSL98.35º97.08%26.86%-
HSV(B)98.35º98.52%52.94%-
XYZ9.9918.013.01-
YUV94.4275.8496.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 135 (53.12% from 255) = 72.19%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=26.74%
G=72.19%
B=1.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5013520.6300.990.4798.3597.0826.86
Hex328723F0632F62611b
Octal6220727701435714214133
Binary1100101000011110111111011000111011111100010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328702; }

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

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

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

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

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

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

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

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