#296511

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

Shades of Bilbao #296511

Tints of Bilbao #296511

Color information

#296511 (or 0x296511) is unknown color: approx Bilbao. HEX triplet: 29, 65 and 11. RGB value is (41,101,17). Sum of RGB (Red+Green+Blue) = 41+101+17=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #296511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296511 is #D69AEE. Grayscale: #494949. Windows color (decimal): -14064367 or 1140009. OLE color: 1140009.

HSL color Cylindrical-coordinate representation of color #296511: hue angle of 102.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296511 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB4110117-
CMYK0.5900.830.60
HSL102.86º71.19%23.14%-
HSV(B)102.86º83.17%39.61%-
XYZ5.679.822.13-
YUV73.4896.12104.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 101 (39.84% from 255) = 63.52%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=25.79%
G=63.52%
B=10.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101170.5900.830.60102.8671.1923.14
Hex2965113B0533C674717
Octal51145217301237414710727
Binary101001110010110001111011010100111111001100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296511; }

 p { color: rgb(41,101,17); }

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

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

 a { background-color: rgb(41,101,17); }

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

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

 span { border-color: rgb(41,101,17); }

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