#467529

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

Shades of Bilbao #467529

Tints of Bilbao #467529

Color information

#467529 (or 0x467529) is unknown color: approx Bilbao. HEX triplet: 46, 75 and 29. RGB value is (70,117,41). Sum of RGB (Red+Green+Blue) = 70+117+41=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #467529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467529 is #B98AD6. Grayscale: #5E5E5E. Windows color (decimal): -12159703 or 2716998. OLE color: 2716998.

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

Color convert

RGB7011741-
CMYK0.4000.650.54
HSL97.11º48.1%30.98%-
HSV(B)97.11º64.96%45.88%-
XYZ9.2914.184.35-
YUV94.2897.93110.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 117 (46.09% from 255) = 51.32%
BLUE value IS 41 (16.41% from 255) = 17.98%
R=30.70%
G=51.32%
B=17.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117410.4000.650.5497.1148.130.98
Hex467529280413661301f
Octal10616551500101661416037
Binary1000110111010110100110100001000001110110110000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467529; }

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

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

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

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

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

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

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

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