#447728

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

Shades of Bilbao #447728

Tints of Bilbao #447728

Color information

#447728 (or 0x447728) is unknown color: approx Bilbao. HEX triplet: 44, 77 and 28. RGB value is (68,119,40). Sum of RGB (Red+Green+Blue) = 68+119+40=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #447728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447728 is #BB88D7. Grayscale: #5F5F5F. Windows color (decimal): -12290264 or 2651972. OLE color: 2651972.

HSL color Cylindrical-coordinate representation of color #447728: hue angle of 98.73º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #447728 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB6811940-
CMYK0.4300.660.53
HSL98.73º49.69%31.18%-
HSV(B)98.73º66.39%46.67%-
XYZ9.3614.584.33-
YUV94.7497.1108.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 119 (46.88% from 255) = 52.42%
BLUE value IS 40 (16.02% from 255) = 17.62%
R=29.96%
G=52.42%
B=17.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68119400.4300.660.5398.7349.6931.18
Hex4477282B0423563321f
Octal10416750530102651436237
Binary1000100111011110100010101101000010110101110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447728; }

 p { color: rgb(68,119,40); }

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

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

 a { background-color: rgb(68,119,40); }

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

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

 span { border-color: rgb(68,119,40); }

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