#447428

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

Shades of Bilbao #447428

Tints of Bilbao #447428

Color information

#447428 (or 0x447428) is unknown color: approx Bilbao. HEX triplet: 44, 74 and 28. RGB value is (68,116,40). Sum of RGB (Red+Green+Blue) = 68+116+40=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #447428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447428 is #BB8BD7. Grayscale: #5D5D5D. Windows color (decimal): -12291032 or 2651204. OLE color: 2651204.

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

Color convert

RGB6811640-
CMYK0.4100.660.55
HSL97.89º48.72%30.59%-
HSV(B)97.89º65.52%45.49%-
XYZ9.0113.874.21-
YUV92.9898.1110.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 40 (16.02% from 255) = 17.86%
R=30.36%
G=51.79%
B=17.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68116400.4100.660.5597.8948.7230.59
Hex447428290423762311f
Octal10416450510102671426137
Binary1000100111010010100010100101000010110111110001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447428; }

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

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

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

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

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

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

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

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