#468017

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

Shades of Bilbao #468017

Tints of Bilbao #468017

Color information

#468017 (or 0x468017) is unknown color: approx Bilbao. HEX triplet: 46, 80 and 17. RGB value is (70,128,23). Sum of RGB (Red+Green+Blue) = 70+128+23=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #468017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468017 is #B97FE8. Grayscale: #636363. Windows color (decimal): -12156905 or 1540166. OLE color: 1540166.

HSL color Cylindrical-coordinate representation of color #468017: hue angle of 93.14º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #468017 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB7012823-
CMYK0.4500.820.50
HSL93.14º69.54%29.61%-
HSV(B)93.14º82.03%50.2%-
XYZ10.416.83.51-
YUV98.6985.28107.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 128 (50.39% from 255) = 57.92%
BLUE value IS 23 (9.38% from 255) = 10.41%
R=31.67%
G=57.92%
B=10.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128230.4500.820.5093.1469.5429.61
Hex4680172D052325d461e
Octal106200275501226213510636
Binary10001101000000010111101101010100101100101011101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468017; }

 p { color: rgb(70,128,23); }

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

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

 a { background-color: rgb(70,128,23); }

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

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

 span { border-color: rgb(70,128,23); }

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