#326A02

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

Shades of Bilbao #326A02

Tints of Bilbao #326A02

Color information

#326A02 (or 0x326A02) is unknown color: approx Bilbao. HEX triplet: 32, 6A and 02. RGB value is (50,106,2). Sum of RGB (Red+Green+Blue) = 50+106+2=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #326A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326A02 is #CD95FD. Grayscale: #4D4D4D. Windows color (decimal): -13473278 or 158258. OLE color: 158258.

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

Color convert

RGB501062-
CMYK0.5300.980.58
HSL92.31º96.3%21.18%-
HSV(B)92.31º98.11%41.57%-
XYZ6.4810.991.84-
YUV77.485.45108.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 106 (41.80% from 255) = 67.09%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=31.65%
G=67.09%
B=1.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5010620.5300.980.5892.3196.321.18
Hex326A2350623A5c6015
Octal6215226501427213414025
Binary110010110101010110101011000101110101011100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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