#447415

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

Shades of Bilbao #447415

Tints of Bilbao #447415

Color information

#447415 (or 0x447415) is unknown color: approx Bilbao. HEX triplet: 44, 74 and 15. RGB value is (68,116,21). Sum of RGB (Red+Green+Blue) = 68+116+21=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #447415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447415 is #BB8BEA. Grayscale: #5B5B5B. Windows color (decimal): -12291051 or 1406020. OLE color: 1406020.

HSL color Cylindrical-coordinate representation of color #447415: hue angle of 90.32º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #447415 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB6811621-
CMYK0.4100.820.55
HSL90.32º69.34%26.86%-
HSV(B)90.32º81.9%45.49%-
XYZ8.7613.772.91-
YUV90.8288.6111.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 116 (45.70% from 255) = 56.59%
BLUE value IS 21 (8.59% from 255) = 10.24%
R=33.17%
G=56.59%
B=10.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68116210.4100.820.5590.3269.3426.86
Hex44741529052375a451b
Octal104164255101226713210533
Binary1000100111010010101101001010100101101111011010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447415; }

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

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

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

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

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

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

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

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