#447616

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

Shades of Bilbao #447616

Tints of Bilbao #447616

Color information

#447616 (or 0x447616) is unknown color: approx Bilbao. HEX triplet: 44, 76 and 16. RGB value is (68,118,22). Sum of RGB (Red+Green+Blue) = 68+118+22=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #447616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447616 is #BB89E9. Grayscale: #5C5C5C. Windows color (decimal): -12290538 or 1472068. OLE color: 1472068.

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

Color convert

RGB6811822-
CMYK0.4200.810.54
HSL91.25º68.57%27.45%-
HSV(B)91.25º81.36%46.27%-
XYZ9.0114.243.03-
YUV92.1188.44110.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 118 (46.48% from 255) = 56.73%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=32.69%
G=56.73%
B=10.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68118220.4200.810.5491.2568.5727.45
Hex4476162A051365b451b
Octal104166265201216613310533
Binary1000100111011010110101010010100011101101011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447616; }

 p { color: rgb(68,118,22); }

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

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

 a { background-color: rgb(68,118,22); }

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

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

 span { border-color: rgb(68,118,22); }

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