#296810

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

Shades of Bilbao #296810

Tints of Bilbao #296810

Color information

#296810 (or 0x296810) is unknown color: approx Bilbao. HEX triplet: 29, 68 and 10. RGB value is (41,104,16). Sum of RGB (Red+Green+Blue) = 41+104+16=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #296810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296810 is #D697EF. Grayscale: #4B4B4B. Windows color (decimal): -14063600 or 1075241. OLE color: 1075241.

HSL color Cylindrical-coordinate representation of color #296810: hue angle of 102.95º degrees, saturation: 0.73, 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 #296810 is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB4110416-
CMYK0.6100.850.59
HSL102.95º73.33%23.53%-
HSV(B)102.95º84.62%40.78%-
XYZ5.9610.412.19-
YUV75.1394.63103.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 104 (41.02% from 255) = 64.60%
BLUE value IS 16 (6.64% from 255) = 9.94%
R=25.47%
G=64.60%
B=9.94%

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
Decimal41104160.6100.850.59102.9573.3323.53
Hex2968103D0553B674918
Octal51150207501257314711130
Binary101001110100010000111101010101011110111100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296810; }

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

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

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

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

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

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

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

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