#447815

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

Shades of Bilbao #447815

Tints of Bilbao #447815

Color information

#447815 (or 0x447815) is unknown color: approx Bilbao. HEX triplet: 44, 78 and 15. RGB value is (68,120,21). Sum of RGB (Red+Green+Blue) = 68+120+21=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #447815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447815 is #BB87EA. Grayscale: #5D5D5D. Windows color (decimal): -12290027 or 1407044. OLE color: 1407044.

HSL color Cylindrical-coordinate representation of color #447815: hue angle of 91.52º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #447815 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB6812021-
CMYK0.4300.830.53
HSL91.52º70.21%27.65%-
HSV(B)91.52º82.5%47.06%-
XYZ9.2414.723.06-
YUV93.1787.27110.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 120 (47.27% from 255) = 57.42%
BLUE value IS 21 (8.59% from 255) = 10.05%
R=32.54%
G=57.42%
B=10.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68120210.4300.830.5391.5270.2127.65
Hex4478152B053355c461c
Octal104170255301236513410634
Binary1000100111100010101101011010100111101011011100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447815; }

 p { color: rgb(68,120,21); }

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

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

 a { background-color: rgb(68,120,21); }

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

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

 span { border-color: rgb(68,120,21); }

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