#447329

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

Shades of Bilbao #447329

Tints of Bilbao #447329

Color information

#447329 (or 0x447329) is unknown color: approx Bilbao. HEX triplet: 44, 73 and 29. RGB value is (68,115,41). Sum of RGB (Red+Green+Blue) = 68+115+41=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #447329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447329 is #BB8CD6. Grayscale: #5C5C5C. Windows color (decimal): -12291287 or 2716484. OLE color: 2716484.

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

Color convert

RGB6811541-
CMYK0.4100.640.55
HSL98.11º47.44%30.59%-
HSV(B)98.11º64.35%45.1%-
XYZ8.9113.654.26-
YUV92.5198.93110.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 41 (16.41% from 255) = 18.30%
R=30.36%
G=51.34%
B=18.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68115410.4100.640.5598.1147.4430.59
Hex4473292904037622f1f
Octal10416351510100671425737
Binary1000100111001110100110100101000000110111110001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447329; }

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

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

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

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

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

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

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

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