#467917

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

Shades of Bilbao #467917

Tints of Bilbao #467917

Color information

#467917 (or 0x467917) is unknown color: approx Bilbao. HEX triplet: 46, 79 and 17. RGB value is (70,121,23). Sum of RGB (Red+Green+Blue) = 70+121+23=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #467917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467917 is #B986E8. Grayscale: #5E5E5E. Windows color (decimal): -12158697 or 1538374. OLE color: 1538374.

HSL color Cylindrical-coordinate representation of color #467917: hue angle of 91.22º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #467917 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB7012123-
CMYK0.4200.810.53
HSL91.22º68.06%28.24%-
HSV(B)91.22º80.99%47.45%-
XYZ9.5215.043.21-
YUV94.5887.6110.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 121 (47.66% from 255) = 56.54%
BLUE value IS 23 (9.38% from 255) = 10.75%
R=32.71%
G=56.54%
B=10.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70121230.4200.810.5391.2268.0628.24
Hex4679172A051355b441c
Octal106171275201216513310434
Binary1000110111100110111101010010100011101011011011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467917; }

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

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

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

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

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

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

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

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