#467718

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

Shades of Bilbao #467718

Tints of Bilbao #467718

Color information

#467718 (or 0x467718) is unknown color: approx Bilbao. HEX triplet: 46, 77 and 18. RGB value is (70,119,24). Sum of RGB (Red+Green+Blue) = 70+119+24=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #467718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467718 is #B988E7. Grayscale: #5D5D5D. Windows color (decimal): -12159208 or 1603398. OLE color: 1603398.

HSL color Cylindrical-coordinate representation of color #467718: hue angle of 90.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #467718 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB7011924-
CMYK0.4100.800.53
HSL90.95º66.43%28.04%-
HSV(B)90.95º79.83%46.67%-
XYZ9.2914.563.19-
YUV93.5288.77111.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 119 (46.88% from 255) = 55.87%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=32.86%
G=55.87%
B=11.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70119240.4100.800.5390.9566.4328.04
Hex46771829050355b421c
Octal106167305101206513310234
Binary1000110111011111000101001010100001101011011011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467718; }

 p { color: rgb(70,119,24); }

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

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

 a { background-color: rgb(70,119,24); }

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

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

 span { border-color: rgb(70,119,24); }

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