#467521

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

Shades of Bilbao #467521

Tints of Bilbao #467521

Color information

#467521 (or 0x467521) is unknown color: approx Bilbao. HEX triplet: 46, 75 and 21. RGB value is (70,117,33). Sum of RGB (Red+Green+Blue) = 70+117+33=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #467521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467521 is #B98ADE. Grayscale: #5D5D5D. Windows color (decimal): -12159711 or 2192710. OLE color: 2192710.

HSL color Cylindrical-coordinate representation of color #467521: hue angle of 93.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467521 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB7011733-
CMYK0.4000.720.54
HSL93.57º56%29.41%-
HSV(B)93.57º71.79%45.88%-
XYZ9.1614.133.68-
YUV93.3793.93111.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 33 (13.28% from 255) = 15%
R=31.82%
G=53.18%
B=15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117330.4000.720.5493.575629.41
Hex46752128048365e381d
Octal10616541500110661367035
Binary1000110111010110000110100001001000110110101111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467521; }

 p { color: rgb(70,117,33); }

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

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

 a { background-color: rgb(70,117,33); }

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

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

 span { border-color: rgb(70,117,33); }

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