#296910

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

Shades of Bilbao #296910

Tints of Bilbao #296910

Color information

#296910 (or 0x296910) is unknown color: approx Bilbao. HEX triplet: 29, 69 and 10. RGB value is (41,105,16). Sum of RGB (Red+Green+Blue) = 41+105+16=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #296910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296910 is #D696EF. Grayscale: #4C4C4C. Windows color (decimal): -14063344 or 1075497. OLE color: 1075497.

HSL color Cylindrical-coordinate representation of color #296910: hue angle of 103.15º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #296910 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB4110516-
CMYK0.6100.850.59
HSL103.15º73.55%23.73%-
HSV(B)103.15º84.76%41.18%-
XYZ6.0610.612.22-
YUV75.7294.3103.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 105 (41.41% from 255) = 64.81%
BLUE value IS 16 (6.64% from 255) = 9.88%
R=25.31%
G=64.81%
B=9.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41105160.6100.850.59103.1573.5523.73
Hex2969103D0553B674a18
Octal51151207501257314711230
Binary101001110100110000111101010101011110111100111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296910; }

 p { color: rgb(41,105,16); }

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

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

 a { background-color: rgb(41,105,16); }

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

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

 span { border-color: rgb(41,105,16); }

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