#467C17

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

Shades of Bilbao #467C17

Tints of Bilbao #467C17

Color information

#467C17 (or 0x467C17) is unknown color: approx Bilbao. HEX triplet: 46, 7C and 17. RGB value is (70,124,23). Sum of RGB (Red+Green+Blue) = 70+124+23=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #467C17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467C17 is #B983E8. Grayscale: #606060. Windows color (decimal): -12157929 or 1539142. OLE color: 1539142.

HSL color Cylindrical-coordinate representation of color #467C17: hue angle of 92.08º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #467C17 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB7012423-
CMYK0.4400.810.51
HSL92.08º68.71%28.82%-
HSV(B)92.08º81.45%48.63%-
XYZ9.8915.783.34-
YUV96.3486.61109.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 124 (48.83% from 255) = 57.14%
BLUE value IS 23 (9.38% from 255) = 10.60%
R=32.26%
G=57.14%
B=10.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70124230.4400.810.5192.0868.7128.82
Hex467C172C051335c451d
Octal106174275401216313410535
Binary1000110111110010111101100010100011100111011100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467C17; }

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

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

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

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

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

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

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

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