#326710

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

Shades of Bilbao #326710

Tints of Bilbao #326710

Color information

#326710 (or 0x326710) is unknown color: approx Bilbao. HEX triplet: 32, 67 and 10. RGB value is (50,103,16). Sum of RGB (Red+Green+Blue) = 50+103+16=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #326710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326710 is #CD98EF. Grayscale: #4D4D4D. Windows color (decimal): -13474032 or 1074994. OLE color: 1074994.

HSL color Cylindrical-coordinate representation of color #326710: hue angle of 96.55º 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 #326710 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB5010316-
CMYK0.5100.840.60
HSL96.55º73.11%23.33%-
HSV(B)96.55º84.47%40.39%-
XYZ6.2610.422.17-
YUV77.2493.44108.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 103 (40.62% from 255) = 60.95%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=29.59%
G=60.95%
B=9.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50103160.5100.840.6096.5573.1123.33
Hex326710330543C614917
Octal62147206301247414111127
Binary110010110011110000110011010101001111001100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326710; }

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

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

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

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

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

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

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

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