#326612

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

Shades of Bilbao #326612

Tints of Bilbao #326612

Color information

#326612 (or 0x326612) is unknown color: approx Bilbao. HEX triplet: 32, 66 and 12. RGB value is (50,102,18). Sum of RGB (Red+Green+Blue) = 50+102+18=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #326612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326612 is #CD99ED. Grayscale: #4D4D4D. Windows color (decimal): -13474286 or 1205810. OLE color: 1205810.

HSL color Cylindrical-coordinate representation of color #326612: hue angle of 97.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #326612 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB5010218-
CMYK0.5100.820.6
HSL97.14º70%23.53%-
HSV(B)97.14º82.35%40%-
XYZ6.1810.222.22-
YUV76.8894.77108.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 18 (7.42% from 255) = 10.59%
R=29.41%
G=60%
B=10.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102180.5100.820.697.147023.53
Hex326612330523C614618
Octal62146226301227414110630
Binary110010110011010010110011010100101111001100001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326612; }

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

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

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

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

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

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

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

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