#447523

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

Shades of Bilbao #447523

Tints of Bilbao #447523

Color information

#447523 (or 0x447523) is unknown color: approx Bilbao. HEX triplet: 44, 75 and 23. RGB value is (68,117,35). Sum of RGB (Red+Green+Blue) = 68+117+35=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #447523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447523 is #BB8ADC. Grayscale: #5D5D5D. Windows color (decimal): -12290781 or 2323780. OLE color: 2323780.

HSL color Cylindrical-coordinate representation of color #447523: hue angle of 95.85º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #447523 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB6811735-
CMYK0.4200.700.54
HSL95.85º53.95%29.8%-
HSV(B)95.85º70.09%45.88%-
XYZ9.0514.073.83-
YUV9395.27110.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 117 (46.09% from 255) = 53.18%
BLUE value IS 35 (14.06% from 255) = 15.91%
R=30.91%
G=53.18%
B=15.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68117350.4200.700.5495.8553.9529.8
Hex4475232A0463660361e
Octal10416543520106661406636
Binary1000100111010110001110101001000110110110110000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447523; }

 p { color: rgb(68,117,35); }

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

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

 a { background-color: rgb(68,117,35); }

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

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

 span { border-color: rgb(68,117,35); }

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