#447517

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

Shades of Bilbao #447517

Tints of Bilbao #447517

Color information

#447517 (or 0x447517) is unknown color: approx Bilbao. HEX triplet: 44, 75 and 17. RGB value is (68,117,23). Sum of RGB (Red+Green+Blue) = 68+117+23=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #447517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447517 is #BB8AE8. Grayscale: #5B5B5B. Windows color (decimal): -12290793 or 1537348. OLE color: 1537348.

HSL color Cylindrical-coordinate representation of color #447517: hue angle of 91.28º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #447517 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB6811723-
CMYK0.4200.800.54
HSL91.28º67.14%27.45%-
HSV(B)91.28º80.34%45.88%-
XYZ8.914.013.05-
YUV91.6389.27111.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 23 (9.38% from 255) = 11.06%
R=32.69%
G=56.25%
B=11.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68117230.4200.800.5491.2867.1427.45
Hex4475172A050365b431b
Octal104165275201206613310333
Binary1000100111010110111101010010100001101101011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447517; }

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

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

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

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

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

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

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

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