#447632

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

Shades of Bilbao #447632

Tints of Bilbao #447632

Color information

#447632 (or 0x447632) is unknown color: approx Bilbao. HEX triplet: 44, 76 and 32. RGB value is (68,118,50). Sum of RGB (Red+Green+Blue) = 68+118+50=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #447632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447632 is #BB89CD. Grayscale: #5F5F5F. Windows color (decimal): -12290510 or 3307076. OLE color: 3307076.

HSL color Cylindrical-coordinate representation of color #447632: hue angle of 104.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #447632 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB6811850-
CMYK0.4200.580.54
HSL104.12º40.48%32.94%-
HSV(B)104.12º57.63%46.27%-
XYZ9.4414.425.3-
YUV95.3102.44108.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 118 (46.48% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=28.81%
G=50%
B=21.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68118500.4200.580.54104.1240.4832.94
Hex4476322A03A36682821
Octal1041666252072661505041
Binary1000100111011011001010101001110101101101101000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447632; }

 p { color: rgb(68,118,50); }

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

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

 a { background-color: rgb(68,118,50); }

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

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

 span { border-color: rgb(68,118,50); }

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