#297518

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

Shades of Bilbao #297518

Tints of Bilbao #297518

Color information

#297518 (or 0x297518) is unknown color: approx Bilbao. HEX triplet: 29, 75 and 18. RGB value is (41,117,24). Sum of RGB (Red+Green+Blue) = 41+117+24=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #297518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #297518 is #D68AE7. Grayscale: #535353. Windows color (decimal): -14060264 or 1602857. OLE color: 1602857.

HSL color Cylindrical-coordinate representation of color #297518: hue angle of 109.03º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #297518 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB4111724-
CMYK0.6500.790.54
HSL109.03º65.96%27.65%-
HSV(B)109.03º79.49%45.88%-
XYZ7.4413.263.03-
YUV83.6794.3297.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 117 (46.09% from 255) = 64.29%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=22.53%
G=64.29%
B=13.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117240.6500.790.54109.0365.9627.65
Hex2975184104F366d421c
Octal511653010101176615510234
Binary1010011110101110001000001010011111101101101101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297518; }

 p { color: rgb(41,117,24); }

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

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

 a { background-color: rgb(41,117,24); }

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

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

 span { border-color: rgb(41,117,24); }

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