#326610

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

Shades of Bilbao #326610

Tints of Bilbao #326610

Color information

#326610 (or 0x326610) is unknown color: approx Bilbao. HEX triplet: 32, 66 and 10. RGB value is (50,102,16). Sum of RGB (Red+Green+Blue) = 50+102+16=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #326610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326610 is #CD99EF. Grayscale: #4C4C4C. Windows color (decimal): -13474288 or 1074738. OLE color: 1074738.

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

Color convert

RGB5010216-
CMYK0.5100.840.6
HSL96.28º72.88%23.14%-
HSV(B)96.28º84.31%40%-
XYZ6.1610.222.14-
YUV76.6593.77108.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 102 (40.23% from 255) = 60.71%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=29.76%
G=60.71%
B=9.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102160.5100.840.696.2872.8823.14
Hex326610330543C604917
Octal62146206301247414011127
Binary110010110011010000110011010101001111001100000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326610; }

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

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

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

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

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

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

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

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