#326A10

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

Shades of Bilbao #326A10

Tints of Bilbao #326A10

Color information

#326A10 (or 0x326A10) is unknown color: approx Bilbao. HEX triplet: 32, 6A and 10. RGB value is (50,106,16). Sum of RGB (Red+Green+Blue) = 50+106+16=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 106 (41.80% from 255 or 61.63% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 106 - color contains mainly: green. Hex color #326A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326A10 is #CD95EF. Grayscale: #4F4F4F. Windows color (decimal): -13473264 or 1075762. OLE color: 1075762.

HSL color Cylindrical-coordinate representation of color #326A10: hue angle of 97.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #326A10 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB5010616-
CMYK0.5300.850.58
HSL97.33º73.77%23.92%-
HSV(B)97.33º84.91%41.57%-
XYZ6.5611.022.27-
YUV7992.45107.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 106 (41.80% from 255) = 61.63%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=29.07%
G=61.63%
B=9.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50106160.5300.850.5897.3373.7723.92
Hex326A10350553A614a18
Octal62152206501257214111230
Binary110010110101010000110101010101011110101100001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326A10; }

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

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

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

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

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

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

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

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