#326F0E

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

Shades of Bilbao #326F0E

Tints of Bilbao #326F0E

Color information

#326F0E (or 0x326F0E) is unknown color: approx Bilbao. HEX triplet: 32, 6F and 0E. RGB value is (50,111,14). Sum of RGB (Red+Green+Blue) = 50+111+14=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 111 (43.75% from 255 or 63.43% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 111 - color contains mainly: green. Hex color #326F0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326F0E is #CD90F1. Grayscale: #525252. Windows color (decimal): -13471986 or 945970. OLE color: 945970.

HSL color Cylindrical-coordinate representation of color #326F0E: hue angle of 97.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #326F0E is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB5011114-
CMYK0.5500.870.56
HSL97.73º77.6%24.51%-
HSV(B)97.73º87.39%43.53%-
XYZ7.0812.082.37-
YUV81.789.79105.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 111 (43.75% from 255) = 63.43%
BLUE value IS 14 (5.86% from 255) = 8%
R=28.57%
G=63.43%
B=8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111140.5500.870.5697.7377.624.51
Hex326FE3705738624e19
Octal62157166701277014211631
Binary11001011011111110110111010101111110001100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,111,14); }

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

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

 a { background-color: rgb(50,111,14); }

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

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

 span { border-color: rgb(50,111,14); }

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