#326510

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

Shades of Bilbao #326510

Tints of Bilbao #326510

Color information

#326510 (or 0x326510) is unknown color: approx Bilbao. HEX triplet: 32, 65 and 10. RGB value is (50,101,16). Sum of RGB (Red+Green+Blue) = 50+101+16=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #326510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326510 is #CD9AEF. Grayscale: #4C4C4C. Windows color (decimal): -13474544 or 1074482. OLE color: 1074482.

HSL color Cylindrical-coordinate representation of color #326510: hue angle of 96º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #326510 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB5010116-
CMYK0.5000.840.60
HSL96º72.65%22.94%-
HSV(B)96º84.16%39.61%-
XYZ6.0610.022.11-
YUV76.0694.1109.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 101 (39.84% from 255) = 60.48%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=29.94%
G=60.48%
B=9.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50101160.5000.840.609672.6522.94
Hex326510320543C604917
Octal62145206201247414011127
Binary110010110010110000110010010101001111001100000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326510; }

 p { color: rgb(50,101,16); }

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

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

 a { background-color: rgb(50,101,16); }

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

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

 span { border-color: rgb(50,101,16); }

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