#447B29

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

Shades of Bilbao #447B29

Tints of Bilbao #447B29

Color information

#447B29 (or 0x447B29) is unknown color: approx Bilbao. HEX triplet: 44, 7B and 29. RGB value is (68,123,41). Sum of RGB (Red+Green+Blue) = 68+123+41=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #447B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447B29 is #BB84D6. Grayscale: #616161. Windows color (decimal): -12289239 or 2718532. OLE color: 2718532.

HSL color Cylindrical-coordinate representation of color #447B29: hue angle of 100.24º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #447B29 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB6812341-
CMYK0.4500.670.52
HSL100.24º50%32.16%-
HSV(B)100.24º66.67%48.24%-
XYZ9.8715.554.58-
YUV97.2196.28107.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 123 (48.44% from 255) = 53.02%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=29.31%
G=53.02%
B=17.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68123410.4500.670.52100.245032.16
Hex447B292D04334643220
Octal10417351550103641446240
Binary10001001111011101001101101010000111101001100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447B29; }

 p { color: rgb(68,123,41); }

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

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

 a { background-color: rgb(68,123,41); }

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

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

 span { border-color: rgb(68,123,41); }

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